Html Css Color HEX #D92E3C Alizarin

📋 copy color: '#D92E3C'

red 217 ◦ green 46 ◦ blue 60

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

Shades of Alizarin #D92E3C

Tints of Alizarin #D92E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 67.18%
G = 14.24%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D92E3C (or 0xD92E3C) is known color: Alizarin. HEX triplet: D9, 2E and 3C. RGB value is (217,46,60). Sum of RGB (Red+Green+Blue) = 217+46+60=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E3C is #26D1C3. Grayscale: #626262. Windows color (decimal): -2544068 or 3944153. OLE color: 3944153.

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

Color convert

RGB 217 46 60 -
CMYK 0 0.79 0.72 0.15
HSL 355.09º 0.69% 0.52% -
HSV(B) 355.09º 0.79% 0.85% -
XYZ 30.41 17.03 5.96 -
YUV 98.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 217 46 60 0 0.79 0.72 0.15 355.09 0.69 0.52
Hex D9 2E 3C 0 4F 48 F 163 45 34
Octal 331 56 74 0 117 110 17 543 105 64
Binary 11011001 101110 111100 0 1001111 1001000 1111 101100011 1000101 110100

Color Harmonies of #D92E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E3C

Black with #D92E3C

Text Example


Text Example

White with #D92E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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