Html Css Color HEX #D92C30 Alizarin

📋 copy color: '#D92C30'

red 217 ◦ green 44 ◦ blue 48

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

Shades of Alizarin #D92C30

Tints of Alizarin #D92C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 70.23%
G = 14.24%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D92C30 (or 0xD92C30) is known color: Alizarin. HEX triplet: D9, 2C and 30. RGB value is (217,44,48). Sum of RGB (Red+Green+Blue) = 217+44+48=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C30 is #26D3CF. Grayscale: #606060. Windows color (decimal): -2544592 or 3157209. OLE color: 3157209.

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

Color convert

RGB 217 44 48 -
CMYK 0 0.80 0.78 0.15
HSL 358.61º 0.69% 0.51% -
HSV(B) 358.61º 0.8% 0.85% -
XYZ 30.05 16.77 4.45 -
YUV 96.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 217 44 48 0 0.80 0.78 0.15 358.61 0.69 0.51
Hex D9 2C 30 0 50 4E F 167 45 33
Octal 331 54 60 0 120 116 17 547 105 63
Binary 11011001 101100 110000 0 1010000 1001110 1111 101100111 1000101 110011

Color Harmonies of #D92C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C30

Black with #D92C30

Text Example


Text Example

White with #D92C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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