Html Css Color HEX #D82527 Alizarin

📋 copy color: '#D82527'

red 216 ◦ green 37 ◦ blue 39

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

Shades of Alizarin #D82527

Tints of Alizarin #D82527

RGB

 RED value IS 216 (84.77% from 255) = 73.97%

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

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

R = 73.97%
G = 12.67%
B = 13.36%

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

#D82527 (or 0xD82527) is known color: Alizarin. HEX triplet: D8, 25 and 27. RGB value is (216,37,39). Sum of RGB (Red+Green+Blue) = 216+37+39=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D82527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82527 is #27DAD8. Grayscale: #5A5A5A. Windows color (decimal): -2611929 or 2565592. OLE color: 2565592.

HSL color Cylindrical-coordinate representation of color #D82527: 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 #D82527 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 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.35 16.07 3.47 -
YUV 90.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 216 37 39 0 0.83 0.82 0.15 359.33 0.71 0.5
Hex D8 25 27 0 53 52 F 167 47 32
Octal 330 45 47 0 123 122 17 547 107 62
Binary 11011000 100101 100111 0 1010011 1010010 1111 101100111 1000111 110010

Color Harmonies of #D82527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82527

Black with #D82527

Text Example


Text Example

White with #D82527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82527; }

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

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

background-color css

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

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

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

border-color css

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

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

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