Html Css Color HEX #D92C40 Alizarin

📋 copy color: '#D92C40'

red 217 ◦ green 44 ◦ blue 64

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

Shades of Alizarin #D92C40

Tints of Alizarin #D92C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 66.77%
G = 13.54%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D92C40 (or 0xD92C40) is known color: Alizarin. HEX triplet: D9, 2C and 40. RGB value is (217,44,64). Sum of RGB (Red+Green+Blue) = 217+44+64=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C40 is #26D3BF. Grayscale: #626262. Windows color (decimal): -2544576 or 4205785. OLE color: 4205785.

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

Color convert

RGB 217 44 64 -
CMYK 0 0.80 0.71 0.15
HSL 353.06º 0.69% 0.51% -
HSV(B) 353.06º 0.8% 0.85% -
XYZ 30.44 16.92 6.51 -
YUV 98.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 217 44 64 0 0.80 0.71 0.15 353.06 0.69 0.51
Hex D9 2C 40 0 50 47 F 161 45 33
Octal 331 54 100 0 120 107 17 541 105 63
Binary 11011001 101100 1000000 0 1010000 1000111 1111 101100001 1000101 110011

Color Harmonies of #D92C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C40

Black with #D92C40

Text Example


Text Example

White with #D92C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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