Html Css Color HEX #D82534 Alizarin

📋 copy color: '#D82534'

red 216 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #D82534

Tints of Alizarin #D82534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 70.82%
G = 12.13%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D82534 (or 0xD82534) is known color: Alizarin. HEX triplet: D8, 25 and 34. RGB value is (216,37,52). Sum of RGB (Red+Green+Blue) = 216+37+52=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D82534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82534 is #27DACB. Grayscale: #5C5C5C. Windows color (decimal): -2611916 or 3417560. OLE color: 3417560.

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

Color convert

RGB 216 37 52 -
CMYK 0 0.83 0.76 0.15
HSL 354.97º 0.71% 0.5% -
HSV(B) 354.97º 0.83% 0.85% -
XYZ 29.6 16.17 4.81 -
YUV 92.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 216 37 52 0 0.83 0.76 0.15 354.97 0.71 0.5
Hex D8 25 34 0 53 4C F 163 47 32
Octal 330 45 64 0 123 114 17 543 107 62
Binary 11011000 100101 110100 0 1010011 1001100 1111 101100011 1000111 110010

Color Harmonies of #D82534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82534

Black with #D82534

Text Example


Text Example

White with #D82534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82534; }

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

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

background-color css

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

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

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

border-color css

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

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

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