Html Css Color HEX #D62039 Crimson

📋 copy color: '#D62039'

red 214 ◦ green 32 ◦ blue 57

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

Shades of Crimson #D62039

Tints of Crimson #D62039

RGB

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

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

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

R = 70.63%
G = 10.56%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D62039 (or 0xD62039) is known color: Crimson. HEX triplet: D6, 20 and 39. RGB value is (214,32,57). Sum of RGB (Red+Green+Blue) = 214+32+57=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D62039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62039 is #29DFC6. Grayscale: #595959. Windows color (decimal): -2744263 or 3743958. OLE color: 3743958.

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

Color convert

RGB 214 32 57 -
CMYK 0 0.85 0.73 0.16
HSL 351.76º 0.74% 0.48% -
HSV(B) 351.76º 0.85% 0.84% -
XYZ 28.99 15.62 5.36 -
YUV 89.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 214 32 57 0 0.85 0.73 0.16 351.76 0.74 0.48
Hex D6 20 39 0 55 49 10 160 4A 30
Octal 326 40 71 0 125 111 20 540 112 60
Binary 11010110 100000 111001 0 1010101 1001001 10000 101100000 1001010 110000

Color Harmonies of #D62039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62039

Black with #D62039

Text Example


Text Example

White with #D62039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62039; }

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

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

background-color css

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

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

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

border-color css

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

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

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