Html Css Color HEX #D7203F Crimson

📋 copy color: '#D7203F'

red 215 ◦ green 32 ◦ blue 63

#D7203F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D7203F

Tints of Crimson #D7203F

RGB

 RED value IS 215 (84.38% from 255) = 69.35%

 GREEN value IS 32 (12.89% from 255) = 10.32%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 69.35%
G = 10.32%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D7203F (or 0xD7203F) is known color: Crimson. HEX triplet: D7, 20 and 3F. RGB value is (215,32,63). Sum of RGB (Red+Green+Blue) = 215+32+63=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7203F is #28DFC0. Grayscale: #5A5A5A. Windows color (decimal): -2678721 or 4137175. OLE color: 4137175.

HSL color Cylindrical-coordinate representation of color #D7203F: hue angle of 349.84º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7203F is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 63 -
CMYK 0 0.85 0.71 0.16
HSL 349.84º 0.74% 0.48% -
HSV(B) 349.84º 0.85% 0.84% -
XYZ 29.44 15.84 6.21 -
YUV 90.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 215 32 63 0 0.85 0.71 0.16 349.84 0.74 0.48
Hex D7 20 3F 0 55 47 10 15E 4A 30
Octal 327 40 77 0 125 107 20 536 112 60
Binary 11010111 100000 111111 0 1010101 1000111 10000 101011110 1001010 110000

Color Harmonies of #D7203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7203F

Black with #D7203F

Text Example


Text Example

White with #D7203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7203F; }

 p { color: rgb(215,32,63); }

 H1.HeaderClassName
 {
   color: #D7203F;
 }
 .AnyTagClassName
 {
   color: #D7203F;
 }
</style>

background-color css

<style>
 a { background-color: #D7203F; }

 a { background-color: rgb(215,32,63); }

 div.DivClassName
 {
   background-color: #D7203F;
 }
 .BgClassName
 {
   background-color: #D7203F;
 }
</style>

border-color css

<style>
 span { border-color: #D7203F; }

 span { border-color: rgb(215,32,63); }

 td.TdClassName
 {
   border-color: #D7203F;
 }
 .TagClassName
 {
   border-color: #D7203F;
 }
</style>