Html Css Color HEX #D62139 Alizarin

📋 copy color: '#D62139'

red 214 ◦ green 33 ◦ blue 57

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

Shades of Alizarin #D62139

Tints of Alizarin #D62139

RGB

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

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

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

R = 70.39%
G = 10.86%
B = 18.75%

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

#D62139 (or 0xD62139) is known color: Alizarin. HEX triplet: D6, 21 and 39. RGB value is (214,33,57). Sum of RGB (Red+Green+Blue) = 214+33+57=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D62139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62139 is #29DEC6. Grayscale: #595959. Windows color (decimal): -2744007 or 3744214. OLE color: 3744214.

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

Color convert

RGB 214 33 57 -
CMYK 0 0.85 0.73 0.16
HSL 352.04º 0.73% 0.48% -
HSV(B) 352.04º 0.85% 0.84% -
XYZ 29.01 15.68 5.37 -
YUV 89.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 214 33 57 0 0.85 0.73 0.16 352.04 0.73 0.48
Hex D6 21 39 0 55 49 10 160 49 30
Octal 326 41 71 0 125 111 20 540 111 60
Binary 11010110 100001 111001 0 1010101 1001001 10000 101100000 1001001 110000

Color Harmonies of #D62139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62139

Black with #D62139

Text Example


Text Example

White with #D62139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62139; }

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

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

background-color css

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

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

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

border-color css

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

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

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