Html Css Color HEX #D4203F Crimson

📋 copy color: '#D4203F'

red 212 ◦ green 32 ◦ blue 63

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

Shades of Crimson #D4203F

Tints of Crimson #D4203F

RGB

 RED value IS 212 (83.2% from 255) = 69.06%

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

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

R = 69.06%
G = 10.42%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4203F (or 0xD4203F) is known color: Crimson. HEX triplet: D4, 20 and 3F. RGB value is (212,32,63). Sum of RGB (Red+Green+Blue) = 212+32+63=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D4203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4203F is #2BDFC0. Grayscale: #595959. Windows color (decimal): -2875329 or 4137172. OLE color: 4137172.

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

Color convert

RGB 212 32 63 -
CMYK 0 0.85 0.70 0.17
HSL 349.67º 0.74% 0.48% -
HSV(B) 349.67º 0.85% 0.83% -
XYZ 28.57 15.39 6.17 -
YUV 89.35 113.13 215.48 -
System Red Green Blue C M Y K H S L
Decimal 212 32 63 0 0.85 0.70 0.17 349.67 0.74 0.48
Hex D4 20 3F 0 55 46 11 15E 4A 30
Octal 324 40 77 0 125 106 21 536 112 60
Binary 11010100 100000 111111 0 1010101 1000110 10001 101011110 1001010 110000

Color Harmonies of #D4203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4203F

Black with #D4203F

Text Example


Text Example

White with #D4203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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