Html Css Color HEX #D62B32 Alizarin

📋 copy color: '#D62B32'

red 214 ◦ green 43 ◦ blue 50

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

Shades of Alizarin #D62B32

Tints of Alizarin #D62B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 69.71%
G = 14.01%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D62B32 (or 0xD62B32) is known color: Alizarin. HEX triplet: D6, 2B and 32. RGB value is (214,43,50). Sum of RGB (Red+Green+Blue) = 214+43+50=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62B32 is #29D4CD. Grayscale: #5F5F5F. Windows color (decimal): -2741454 or 3288022. OLE color: 3288022.

HSL color Cylindrical-coordinate representation of color #D62B32: hue angle of 357.54º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B32 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 43 50 -
CMYK 0 0.80 0.77 0.16
HSL 357.54º 0.68% 0.5% -
HSV(B) 357.54º 0.8% 0.84% -
XYZ 29.17 16.25 4.62 -
YUV 94.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 214 43 50 0 0.80 0.77 0.16 357.54 0.68 0.5
Hex D6 2B 32 0 50 4D 10 166 44 32
Octal 326 53 62 0 120 115 20 546 104 62
Binary 11010110 101011 110010 0 1010000 1001101 10000 101100110 1000100 110010

Color Harmonies of #D62B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B32

Black with #D62B32

Text Example


Text Example

White with #D62B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B32; }

 p { color: rgb(214,43,50); }

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

background-color css

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

 a { background-color: rgb(214,43,50); }

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

border-color css

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

 span { border-color: rgb(214,43,50); }

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