Html Css Color HEX #D92E2F Alizarin

📋 copy color: '#D92E2F'

red 217 ◦ green 46 ◦ blue 47

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

Shades of Alizarin #D92E2F

Tints of Alizarin #D92E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

 BLUE value IS 47 (18.75% from 255) = 15.16%

R = 70%
G = 14.84%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D92E2F (or 0xD92E2F) is known color: Alizarin. HEX triplet: D9, 2E and 2F. RGB value is (217,46,47). Sum of RGB (Red+Green+Blue) = 217+46+47=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E2F is #26D1D0. Grayscale: #616161. Windows color (decimal): -2544081 or 3092185. OLE color: 3092185.

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

Color convert

RGB 217 46 47 -
CMYK 0 0.79 0.78 0.15
HSL 359.65º 0.69% 0.52% -
HSV(B) 359.65º 0.79% 0.85% -
XYZ 30.11 16.91 4.37 -
YUV 97.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 217 46 47 0 0.79 0.78 0.15 359.65 0.69 0.52
Hex D9 2E 2F 0 4F 4E F 168 45 34
Octal 331 56 57 0 117 116 17 550 105 64
Binary 11011001 101110 101111 0 1001111 1001110 1111 101101000 1000101 110100

Color Harmonies of #D92E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E2F

Black with #D92E2F

Text Example


Text Example

White with #D92E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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