Html Css Color HEX #D92935 Alizarin

📋 copy color: '#D92935'

red 217 ◦ green 41 ◦ blue 53

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

Shades of Alizarin #D92935

Tints of Alizarin #D92935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 69.77%
G = 13.18%
B = 17.04%

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

#D92935 (or 0xD92935) is known color: Alizarin. HEX triplet: D9, 29 and 35. RGB value is (217,41,53). Sum of RGB (Red+Green+Blue) = 217+41+53=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D92935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92935 is #26D6CA. Grayscale: #5F5F5F. Windows color (decimal): -2545355 or 3484121. OLE color: 3484121.

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

Color convert

RGB 217 41 53 -
CMYK 0 0.81 0.76 0.15
HSL 355.91º 0.7% 0.51% -
HSV(B) 355.91º 0.81% 0.85% -
XYZ 30.05 16.59 4.99 -
YUV 94.99 104.31 215.02 -
System Red Green Blue C M Y K H S L
Decimal 217 41 53 0 0.81 0.76 0.15 355.91 0.7 0.51
Hex D9 29 35 0 51 4C F 164 46 33
Octal 331 51 65 0 121 114 17 544 106 63
Binary 11011001 101001 110101 0 1010001 1001100 1111 101100100 1000110 110011

Color Harmonies of #D92935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92935

Black with #D92935

Text Example


Text Example

White with #D92935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92935; }

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

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

background-color css

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

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

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

border-color css

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

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

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