Html Css Color HEX #D62336 Alizarin

📋 copy color: '#D62336'

red 214 ◦ green 35 ◦ blue 54

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

Shades of Alizarin #D62336

Tints of Alizarin #D62336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 70.63%
G = 11.55%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D62336 (or 0xD62336) is known color: Alizarin. HEX triplet: D6, 23 and 36. RGB value is (214,35,54). Sum of RGB (Red+Green+Blue) = 214+35+54=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D62336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62336 is #29DCC9. Grayscale: #5A5A5A. Windows color (decimal): -2743498 or 3548118. OLE color: 3548118.

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

Color convert

RGB 214 35 54 -
CMYK 0 0.84 0.75 0.16
HSL 353.63º 0.72% 0.49% -
HSV(B) 353.63º 0.84% 0.84% -
XYZ 29 15.76 5 -
YUV 90.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 214 35 54 0 0.84 0.75 0.16 353.63 0.72 0.49
Hex D6 23 36 0 54 4B 10 162 48 31
Octal 326 43 66 0 124 113 20 542 110 61
Binary 11010110 100011 110110 0 1010100 1001011 10000 101100010 1001000 110001

Color Harmonies of #D62336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62336

Black with #D62336

Text Example


Text Example

White with #D62336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62336; }

 p { color: rgb(214,35,54); }

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

background-color css

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

 a { background-color: rgb(214,35,54); }

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

border-color css

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

 span { border-color: rgb(214,35,54); }

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