Html Css Color HEX #D92F34 Alizarin

📋 copy color: '#D92F34'

red 217 ◦ green 47 ◦ blue 52

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

Shades of Alizarin #D92F34

Tints of Alizarin #D92F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 68.67%
G = 14.87%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D92F34 (or 0xD92F34) is known color: Alizarin. HEX triplet: D9, 2F and 34. RGB value is (217,47,52). Sum of RGB (Red+Green+Blue) = 217+47+52=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F34 is #26D0CB. Grayscale: #626262. Windows color (decimal): -2543820 or 3420121. OLE color: 3420121.

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

Color convert

RGB 217 47 52 -
CMYK 0 0.78 0.76 0.15
HSL 358.24º 0.69% 0.52% -
HSV(B) 358.24º 0.78% 0.85% -
XYZ 30.25 17.03 4.94 -
YUV 98.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 217 47 52 0 0.78 0.76 0.15 358.24 0.69 0.52
Hex D9 2F 34 0 4E 4C F 166 45 34
Octal 331 57 64 0 116 114 17 546 105 64
Binary 11011001 101111 110100 0 1001110 1001100 1111 101100110 1000101 110100

Color Harmonies of #D92F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F34

Black with #D92F34

Text Example


Text Example

White with #D92F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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