Html Css Color HEX #D92D2E Alizarin

📋 copy color: '#D92D2E'

red 217 ◦ green 45 ◦ blue 46

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

Shades of Alizarin #D92D2E

Tints of Alizarin #D92D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.61%

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 70.45%
G = 14.61%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D92D2E (or 0xD92D2E) is known color: Alizarin. HEX triplet: D9, 2D and 2E. RGB value is (217,45,46). Sum of RGB (Red+Green+Blue) = 217+45+46=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D2E is #26D2D1. Grayscale: #606060. Windows color (decimal): -2544338 or 3026393. OLE color: 3026393.

HSL color Cylindrical-coordinate representation of color #D92D2E: hue angle of 359.65º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D2E is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 45 46 -
CMYK 0 0.79 0.79 0.15
HSL 359.65º 0.69% 0.51% -
HSV(B) 359.65º 0.79% 0.85% -
XYZ 30.05 16.83 4.25 -
YUV 96.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 217 45 46 0 0.79 0.79 0.15 359.65 0.69 0.51
Hex D9 2D 2E 0 4F 4F F 168 45 33
Octal 331 55 56 0 117 117 17 550 105 63
Binary 11011001 101101 101110 0 1001111 1001111 1111 101101000 1000101 110011

Color Harmonies of #D92D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D2E

Black with #D92D2E

Text Example


Text Example

White with #D92D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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