Html Css Color HEX #D82F36 Alizarin

📋 copy color: '#D82F36'

red 216 ◦ green 47 ◦ blue 54

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

Shades of Alizarin #D82F36

Tints of Alizarin #D82F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 68.14%
G = 14.83%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D82F36 (or 0xD82F36) is known color: Alizarin. HEX triplet: D8, 2F and 36. RGB value is (216,47,54). Sum of RGB (Red+Green+Blue) = 216+47+54=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82F36 is #27D0C9. Grayscale: #626262. Windows color (decimal): -2609354 or 3551192. OLE color: 3551192.

HSL color Cylindrical-coordinate representation of color #D82F36: hue angle of 357.51º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F36 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 47 54 -
CMYK 0 0.78 0.75 0.15
HSL 357.51º 0.68% 0.52% -
HSV(B) 357.51º 0.78% 0.85% -
XYZ 30 16.9 5.17 -
YUV 98.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 216 47 54 0 0.78 0.75 0.15 357.51 0.68 0.52
Hex D8 2F 36 0 4E 4B F 166 44 34
Octal 330 57 66 0 116 113 17 546 104 64
Binary 11011000 101111 110110 0 1001110 1001011 1111 101100110 1000100 110100

Color Harmonies of #D82F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F36

Black with #D82F36

Text Example


Text Example

White with #D82F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F36; }

 p { color: rgb(216,47,54); }

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

background-color css

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

 a { background-color: rgb(216,47,54); }

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

border-color css

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

 span { border-color: rgb(216,47,54); }

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