Html Css Color HEX #D92934 Alizarin

📋 copy color: '#D92934'

red 217 ◦ green 41 ◦ blue 52

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

Shades of Alizarin #D92934

Tints of Alizarin #D92934

RGB

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

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

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

R = 70%
G = 13.23%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D92934 (or 0xD92934) is known color: Alizarin. HEX triplet: D9, 29 and 34. RGB value is (217,41,52). Sum of RGB (Red+Green+Blue) = 217+41+52=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D92934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92934 is #26D6CB. Grayscale: #5F5F5F. Windows color (decimal): -2545356 or 3418585. OLE color: 3418585.

HSL color Cylindrical-coordinate representation of color #D92934: hue angle of 356.25º 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 #D92934 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 52 -
CMYK 0 0.81 0.76 0.15
HSL 356.25º 0.7% 0.51% -
HSV(B) 356.25º 0.81% 0.85% -
XYZ 30.03 16.59 4.87 -
YUV 94.88 103.81 215.11 -
System Red Green Blue C M Y K H S L
Decimal 217 41 52 0 0.81 0.76 0.15 356.25 0.7 0.51
Hex D9 29 34 0 51 4C F 164 46 33
Octal 331 51 64 0 121 114 17 544 106 63
Binary 11011001 101001 110100 0 1010001 1001100 1111 101100100 1000110 110011

Color Harmonies of #D92934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92934

Black with #D92934

Text Example


Text Example

White with #D92934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92934; }

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

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

background-color css

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

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

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

border-color css

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

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

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