Html Css Color HEX #D62932 Alizarin

📋 copy color: '#D62932'

red 214 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #D62932

Tints of Alizarin #D62932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 70.16%
G = 13.44%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D62932 (or 0xD62932) is known color: Alizarin. HEX triplet: D6, 29 and 32. RGB value is (214,41,50). Sum of RGB (Red+Green+Blue) = 214+41+50=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D62932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62932 is #29D6CD. Grayscale: #5D5D5D. Windows color (decimal): -2741966 or 3287510. OLE color: 3287510.

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

Color convert

RGB 214 41 50 -
CMYK 0 0.81 0.77 0.16
HSL 356.88º 0.68% 0.5% -
HSV(B) 356.88º 0.81% 0.84% -
XYZ 29.1 16.11 4.59 -
YUV 93.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 214 41 50 0 0.81 0.77 0.16 356.88 0.68 0.5
Hex D6 29 32 0 51 4D 10 165 44 32
Octal 326 51 62 0 121 115 20 545 104 62
Binary 11010110 101001 110010 0 1010001 1001101 10000 101100101 1000100 110010

Color Harmonies of #D62932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62932

Black with #D62932

Text Example


Text Example

White with #D62932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62932; }

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

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

background-color css

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

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

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

border-color css

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

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

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