Html Css Color HEX #D92527 Alizarin

📋 copy color: '#D92527'

red 217 ◦ green 37 ◦ blue 39

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

Shades of Alizarin #D92527

Tints of Alizarin #D92527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.63%

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 74.06%
G = 12.63%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D92527 (or 0xD92527) is known color: Alizarin. HEX triplet: D9, 25 and 27. RGB value is (217,37,39). Sum of RGB (Red+Green+Blue) = 217+37+39=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D92527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92527 is #26DAD8. Grayscale: #5B5B5B. Windows color (decimal): -2546393 or 2565593. OLE color: 2565593.

HSL color Cylindrical-coordinate representation of color #D92527: hue angle of 359.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92527 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 39 -
CMYK 0 0.83 0.82 0.15
HSL 359.33º 0.71% 0.5% -
HSV(B) 359.33º 0.83% 0.85% -
XYZ 29.64 16.22 3.49 -
YUV 91.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 217 37 39 0 0.83 0.82 0.15 359.33 0.71 0.5
Hex D9 25 27 0 53 52 F 167 47 32
Octal 331 45 47 0 123 122 17 547 107 62
Binary 11011001 100101 100111 0 1010011 1010010 1111 101100111 1000111 110010

Color Harmonies of #D92527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92527

Black with #D92527

Text Example


Text Example

White with #D92527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92527; }

 p { color: rgb(217,37,39); }

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

background-color css

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

 a { background-color: rgb(217,37,39); }

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

border-color css

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

 span { border-color: rgb(217,37,39); }

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