Html Css Color HEX #D92C3C Alizarin

📋 copy color: '#D92C3C'

red 217 ◦ green 44 ◦ blue 60

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

Shades of Alizarin #D92C3C

Tints of Alizarin #D92C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

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

R = 67.6%
G = 13.71%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D92C3C (or 0xD92C3C) is known color: Alizarin. HEX triplet: D9, 2C and 3C. RGB value is (217,44,60). Sum of RGB (Red+Green+Blue) = 217+44+60=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C3C is #26D3C3. Grayscale: #616161. Windows color (decimal): -2544580 or 3943641. OLE color: 3943641.

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

Color convert

RGB 217 44 60 -
CMYK 0 0.80 0.72 0.15
HSL 354.45º 0.69% 0.51% -
HSV(B) 354.45º 0.8% 0.85% -
XYZ 30.33 16.88 5.93 -
YUV 97.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 217 44 60 0 0.80 0.72 0.15 354.45 0.69 0.51
Hex D9 2C 3C 0 50 48 F 162 45 33
Octal 331 54 74 0 120 110 17 542 105 63
Binary 11011001 101100 111100 0 1010000 1001000 1111 101100010 1000101 110011

Color Harmonies of #D92C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C3C

Black with #D92C3C

Text Example


Text Example

White with #D92C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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