#D83F2E

Color #D83F2E Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #D83F2E

Tints of Cinnabar #D83F2E

Color information

#D83F2E (or 0xD83F2E) is unknown color: approx Cinnabar. HEX triplet: D8, 3F and 2E. RGB value is (216,63,46). Sum of RGB (Red+Green+Blue) = 216+63+46=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F2E is #27C0D1. Grayscale: #6B6B6B. Windows color (decimal): -2605266 or 3031000. OLE color: 3031000.

HSL color Cylindrical-coordinate representation of color #D83F2E: hue angle of 6º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D83F2E is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB2166346-
CMYK00.710.790.15
HSL68.55%51.37%-
HSV(B)78.7%84.71%-
XYZ30.5918.354.51-
YUV106.8193.69205.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.46%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=66.46%
G=19.38%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216634600.710.790.15668.5551.37
HexD83F2E0474FF64533
Octal3307756010711717610563
Binary1101100011111110111001000111100111111111101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83F2E; }

 p { color: rgb(216,63,46); }

 H1.HeaderClassName
 {
   color: #D83F2E;
 }
 .AnyTagClassName
 {
   color: #D83F2E;
 }
</style>
background-color css

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

 a { background-color: rgb(216,63,46); }

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

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

 span { border-color: rgb(216,63,46); }

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