Html Css Color HEX #D82B2F Alizarin

📋 copy color: '#D82B2F'

red 216 ◦ green 43 ◦ blue 47

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

Shades of Alizarin #D82B2F

Tints of Alizarin #D82B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.05%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 70.59%
G = 14.05%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D82B2F (or 0xD82B2F) is known color: Alizarin. HEX triplet: D8, 2B and 2F. RGB value is (216,43,47). Sum of RGB (Red+Green+Blue) = 216+43+47=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82B2F is #27D4D0. Grayscale: #5F5F5F. Windows color (decimal): -2610385 or 3091416. OLE color: 3091416.

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

Color convert

RGB 216 43 47 -
CMYK 0 0.80 0.78 0.15
HSL 358.61º 0.69% 0.51% -
HSV(B) 358.61º 0.8% 0.85% -
XYZ 29.7 16.53 4.32 -
YUV 95.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 216 43 47 0 0.80 0.78 0.15 358.61 0.69 0.51
Hex D8 2B 2F 0 50 4E F 167 45 33
Octal 330 53 57 0 120 116 17 547 105 63
Binary 11011000 101011 101111 0 1010000 1001110 1111 101100111 1000101 110011

Color Harmonies of #D82B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82B2F

Black with #D82B2F

Text Example


Text Example

White with #D82B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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