Html Css Color HEX #D92A2D Alizarin

📋 copy color: '#D92A2D'

red 217 ◦ green 42 ◦ blue 45

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

Shades of Alizarin #D92A2D

Tints of Alizarin #D92A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.82%

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 71.38%
G = 13.82%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D92A2D (or 0xD92A2D) is known color: Alizarin. HEX triplet: D9, 2A and 2D. RGB value is (217,42,45). Sum of RGB (Red+Green+Blue) = 217+42+45=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A2D is #26D5D2. Grayscale: #5E5E5E. Windows color (decimal): -2545107 or 2960089. OLE color: 2960089.

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

Color convert

RGB 217 42 45 -
CMYK 0 0.81 0.79 0.15
HSL 358.97º 0.7% 0.51% -
HSV(B) 358.97º 0.81% 0.85% -
XYZ 29.92 16.6 4.11 -
YUV 94.67 99.98 215.26 -
System Red Green Blue C M Y K H S L
Decimal 217 42 45 0 0.81 0.79 0.15 358.97 0.7 0.51
Hex D9 2A 2D 0 51 4F F 167 46 33
Octal 331 52 55 0 121 117 17 547 106 63
Binary 11011001 101010 101101 0 1010001 1001111 1111 101100111 1000110 110011

Color Harmonies of #D92A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A2D

Black with #D92A2D

Text Example


Text Example

White with #D92A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A2D; }

 p { color: rgb(217,42,45); }

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

background-color css

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

 a { background-color: rgb(217,42,45); }

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

border-color css

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

 span { border-color: rgb(217,42,45); }

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