Html Css Color HEX #D92A3C Alizarin

📋 copy color: '#D92A3C'

red 217 ◦ green 42 ◦ blue 60

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

Shades of Alizarin #D92A3C

Tints of Alizarin #D92A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.17%

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

R = 68.03%
G = 13.17%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D92A3C (or 0xD92A3C) is known color: Alizarin. HEX triplet: D9, 2A and 3C. RGB value is (217,42,60). Sum of RGB (Red+Green+Blue) = 217+42+60=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A3C is #26D5C3. Grayscale: #606060. Windows color (decimal): -2545092 or 3943129. OLE color: 3943129.

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

Color convert

RGB 217 42 60 -
CMYK 0 0.81 0.72 0.15
HSL 353.83º 0.7% 0.51% -
HSV(B) 353.83º 0.81% 0.85% -
XYZ 30.26 16.73 5.91 -
YUV 96.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 217 42 60 0 0.81 0.72 0.15 353.83 0.7 0.51
Hex D9 2A 3C 0 51 48 F 162 46 33
Octal 331 52 74 0 121 110 17 542 106 63
Binary 11011001 101010 111100 0 1010001 1001000 1111 101100010 1000110 110011

Color Harmonies of #D92A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A3C

Black with #D92A3C

Text Example


Text Example

White with #D92A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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