Html Css Color HEX #D92834 Alizarin

📋 copy color: '#D92834'

red 217 ◦ green 40 ◦ blue 52

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

Shades of Alizarin #D92834

Tints of Alizarin #D92834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 70.23%
G = 12.94%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D92834 (or 0xD92834) is known color: Alizarin. HEX triplet: D9, 28 and 34. RGB value is (217,40,52). Sum of RGB (Red+Green+Blue) = 217+40+52=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D92834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92834 is #26D7CB. Grayscale: #5E5E5E. Windows color (decimal): -2545612 or 3418329. OLE color: 3418329.

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

Color convert

RGB 217 40 52 -
CMYK 0 0.82 0.76 0.15
HSL 355.93º 0.7% 0.5% -
HSV(B) 355.93º 0.82% 0.85% -
XYZ 29.99 16.52 4.86 -
YUV 94.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 217 40 52 0 0.82 0.76 0.15 355.93 0.7 0.5
Hex D9 28 34 0 52 4C F 164 46 32
Octal 331 50 64 0 122 114 17 544 106 62
Binary 11011001 101000 110100 0 1010010 1001100 1111 101100100 1000110 110010

Color Harmonies of #D92834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92834

Black with #D92834

Text Example


Text Example

White with #D92834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92834; }

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

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

background-color css

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

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

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

border-color css

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

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

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