Html Css Color HEX #D92434 Alizarin

📋 copy color: '#D92434'

red 217 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #D92434

Tints of Alizarin #D92434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 71.15%
G = 11.8%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D92434 (or 0xD92434) is known color: Alizarin. HEX triplet: D9, 24 and 34. RGB value is (217,36,52). Sum of RGB (Red+Green+Blue) = 217+36+52=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D92434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92434 is #26DBCB. Grayscale: #5C5C5C. Windows color (decimal): -2546636 or 3417305. OLE color: 3417305.

HSL color Cylindrical-coordinate representation of color #D92434: hue angle of 354.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92434 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 52 -
CMYK 0 0.83 0.76 0.15
HSL 354.7º 0.72% 0.5% -
HSV(B) 354.7º 0.83% 0.85% -
XYZ 29.87 16.26 4.81 -
YUV 91.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 217 36 52 0 0.83 0.76 0.15 354.7 0.72 0.5
Hex D9 24 34 0 53 4C F 163 48 32
Octal 331 44 64 0 123 114 17 543 110 62
Binary 11011001 100100 110100 0 1010011 1001100 1111 101100011 1001000 110010

Color Harmonies of #D92434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92434

Black with #D92434

Text Example


Text Example

White with #D92434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92434; }

 p { color: rgb(217,36,52); }

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

background-color css

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

 a { background-color: rgb(217,36,52); }

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

border-color css

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

 span { border-color: rgb(217,36,52); }

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