Html Css Color HEX #D92F39 Alizarin

📋 copy color: '#D92F39'

red 217 ◦ green 47 ◦ blue 57

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

Shades of Alizarin #D92F39

Tints of Alizarin #D92F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 67.6%
G = 14.64%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D92F39 (or 0xD92F39) is known color: Alizarin. HEX triplet: D9, 2F and 39. RGB value is (217,47,57). Sum of RGB (Red+Green+Blue) = 217+47+57=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F39 is #26D0C6. Grayscale: #636363. Windows color (decimal): -2543815 or 3747801. OLE color: 3747801.

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

Color convert

RGB 217 47 57 -
CMYK 0 0.78 0.74 0.15
HSL 356.47º 0.69% 0.52% -
HSV(B) 356.47º 0.78% 0.85% -
XYZ 30.37 17.08 5.57 -
YUV 98.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 217 47 57 0 0.78 0.74 0.15 356.47 0.69 0.52
Hex D9 2F 39 0 4E 4A F 164 45 34
Octal 331 57 71 0 116 112 17 544 105 64
Binary 11011001 101111 111001 0 1001110 1001010 1111 101100100 1000101 110100

Color Harmonies of #D92F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F39

Black with #D92F39

Text Example


Text Example

White with #D92F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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