Html Css Color HEX #D62049 Crimson

📋 copy color: '#D62049'

red 214 ◦ green 32 ◦ blue 73

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

Shades of Crimson #D62049

Tints of Crimson #D62049

RGB

 RED value IS 214 (83.98% from 255) = 67.08%

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

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 67.08%
G = 10.03%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D62049 (or 0xD62049) is known color: Crimson. HEX triplet: D6, 20 and 49. RGB value is (214,32,73). Sum of RGB (Red+Green+Blue) = 214+32+73=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D62049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62049 is #29DFB6. Grayscale: #5B5B5B. Windows color (decimal): -2744247 or 4792534. OLE color: 4792534.

HSL color Cylindrical-coordinate representation of color #D62049: hue angle of 346.48º 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 #D62049 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 73 -
CMYK 0 0.85 0.66 0.16
HSL 346.48º 0.74% 0.48% -
HSV(B) 346.48º 0.85% 0.84% -
XYZ 29.45 15.81 7.8 -
YUV 91.09 117.8 215.67 -
System Red Green Blue C M Y K H S L
Decimal 214 32 73 0 0.85 0.66 0.16 346.48 0.74 0.48
Hex D6 20 49 0 55 42 10 15A 4A 30
Octal 326 40 111 0 125 102 20 532 112 60
Binary 11010110 100000 1001001 0 1010101 1000010 10000 101011010 1001010 110000

Color Harmonies of #D62049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62049

Black with #D62049

Text Example


Text Example

White with #D62049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62049; }

 p { color: rgb(214,32,73); }

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

background-color css

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

 a { background-color: rgb(214,32,73); }

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

border-color css

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

 span { border-color: rgb(214,32,73); }

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