Html Css Color HEX #D62539 Alizarin

📋 copy color: '#D62539'

red 214 ◦ green 37 ◦ blue 57

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

Shades of Alizarin #D62539

Tints of Alizarin #D62539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

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

R = 69.48%
G = 12.01%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D62539 (or 0xD62539) is known color: Alizarin. HEX triplet: D6, 25 and 39. RGB value is (214,37,57). Sum of RGB (Red+Green+Blue) = 214+37+57=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D62539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62539 is #29DAC6. Grayscale: #5C5C5C. Windows color (decimal): -2742983 or 3745238. OLE color: 3745238.

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

Color convert

RGB 214 37 57 -
CMYK 0 0.83 0.73 0.16
HSL 353.22º 0.71% 0.49% -
HSV(B) 353.22º 0.83% 0.84% -
XYZ 29.13 15.91 5.41 -
YUV 92.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 214 37 57 0 0.83 0.73 0.16 353.22 0.71 0.49
Hex D6 25 39 0 53 49 10 161 47 31
Octal 326 45 71 0 123 111 20 541 107 61
Binary 11010110 100101 111001 0 1010011 1001001 10000 101100001 1000111 110001

Color Harmonies of #D62539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62539

Black with #D62539

Text Example


Text Example

White with #D62539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62539; }

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

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

background-color css

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

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

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

border-color css

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

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

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