Html Css Color HEX #D42139 Crimson

📋 copy color: '#D42139'

red 212 ◦ green 33 ◦ blue 57

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

Shades of Crimson #D42139

Tints of Crimson #D42139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.93%

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 70.2%
G = 10.93%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D42139 (or 0xD42139) is known color: Crimson. HEX triplet: D4, 21 and 39. RGB value is (212,33,57). Sum of RGB (Red+Green+Blue) = 212+33+57=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D42139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42139 is #2BDEC6. Grayscale: #595959. Windows color (decimal): -2875079 or 3744212. OLE color: 3744212.

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

Color convert

RGB 212 33 57 -
CMYK 0 0.84 0.73 0.17
HSL 351.96º 0.73% 0.48% -
HSV(B) 351.96º 0.84% 0.83% -
XYZ 28.43 15.38 5.34 -
YUV 89.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 212 33 57 0 0.84 0.73 0.17 351.96 0.73 0.48
Hex D4 21 39 0 54 49 11 160 49 30
Octal 324 41 71 0 124 111 21 540 111 60
Binary 11010100 100001 111001 0 1010100 1001001 10001 101100000 1001001 110000

Color Harmonies of #D42139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42139

Black with #D42139

Text Example


Text Example

White with #D42139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42139; }

 p { color: rgb(212,33,57); }

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

background-color css

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

 a { background-color: rgb(212,33,57); }

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

border-color css

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

 span { border-color: rgb(212,33,57); }

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