Html Css Color HEX #D92932 Alizarin

📋 copy color: '#D92932'

red 217 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #D92932

Tints of Alizarin #D92932

RGB

 RED value IS 217 (85.16% from 255) = 70.45%

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

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

R = 70.45%
G = 13.31%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D92932 (or 0xD92932) is known color: Alizarin. HEX triplet: D9, 29 and 32. RGB value is (217,41,50). Sum of RGB (Red+Green+Blue) = 217+41+50=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D92932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92932 is #26D6CD. Grayscale: #5E5E5E. Windows color (decimal): -2545358 or 3287513. OLE color: 3287513.

HSL color Cylindrical-coordinate representation of color #D92932: hue angle of 356.93º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92932 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 50 -
CMYK 0 0.81 0.77 0.15
HSL 356.93º 0.7% 0.51% -
HSV(B) 356.93º 0.81% 0.85% -
XYZ 29.98 16.57 4.64 -
YUV 94.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 217 41 50 0 0.81 0.77 0.15 356.93 0.7 0.51
Hex D9 29 32 0 51 4D F 165 46 33
Octal 331 51 62 0 121 115 17 545 106 63
Binary 11011001 101001 110010 0 1010001 1001101 1111 101100101 1000110 110011

Color Harmonies of #D92932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92932

Black with #D92932

Text Example


Text Example

White with #D92932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92932; }

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

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

background-color css

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

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

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

border-color css

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

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

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