Html Css Color HEX #D92C35 Alizarin

📋 copy color: '#D92C35'

red 217 ◦ green 44 ◦ blue 53

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

Shades of Alizarin #D92C35

Tints of Alizarin #D92C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 69.11%
G = 14.01%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D92C35 (or 0xD92C35) is known color: Alizarin. HEX triplet: D9, 2C and 35. RGB value is (217,44,53). Sum of RGB (Red+Green+Blue) = 217+44+53=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C35 is #26D3CA. Grayscale: #606060. Windows color (decimal): -2544587 or 3484889. OLE color: 3484889.

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

Color convert

RGB 217 44 53 -
CMYK 0 0.80 0.76 0.15
HSL 356.88º 0.69% 0.51% -
HSV(B) 356.88º 0.8% 0.85% -
XYZ 30.16 16.81 5.02 -
YUV 96.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 217 44 53 0 0.80 0.76 0.15 356.88 0.69 0.51
Hex D9 2C 35 0 50 4C F 165 45 33
Octal 331 54 65 0 120 114 17 545 105 63
Binary 11011001 101100 110101 0 1010000 1001100 1111 101100101 1000101 110011

Color Harmonies of #D92C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C35

Black with #D92C35

Text Example


Text Example

White with #D92C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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