Html Css Color HEX #D82C2F Alizarin

📋 copy color: '#D82C2F'

red 216 ◦ green 44 ◦ blue 47

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

Shades of Alizarin #D82C2F

Tints of Alizarin #D82C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.33%

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

R = 70.36%
G = 14.33%
B = 15.31%

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

#D82C2F (or 0xD82C2F) is known color: Alizarin. HEX triplet: D8, 2C and 2F. RGB value is (216,44,47). Sum of RGB (Red+Green+Blue) = 216+44+47=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C2F is #27D3D0. Grayscale: #5F5F5F. Windows color (decimal): -2610129 or 3091672. OLE color: 3091672.

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

Color convert

RGB 216 44 47 -
CMYK 0 0.80 0.78 0.15
HSL 358.95º 0.69% 0.51% -
HSV(B) 358.95º 0.8% 0.85% -
XYZ 29.73 16.61 4.33 -
YUV 95.77 100.48 213.76 -
System Red Green Blue C M Y K H S L
Decimal 216 44 47 0 0.80 0.78 0.15 358.95 0.69 0.51
Hex D8 2C 2F 0 50 4E F 167 45 33
Octal 330 54 57 0 120 116 17 547 105 63
Binary 11011000 101100 101111 0 1010000 1001110 1111 101100111 1000101 110011

Color Harmonies of #D82C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C2F

Black with #D82C2F

Text Example


Text Example

White with #D82C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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