#D84C3F

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

Shades of Cinnabar #D84C3F

Tints of Cinnabar #D84C3F

Color information

#D84C3F (or 0xD84C3F) is unknown color: approx Cinnabar. HEX triplet: D8, 4C and 3F. RGB value is (216,76,63). Sum of RGB (Red+Green+Blue) = 216+76+63=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C3F is #27B3C0. Grayscale: #747474. Windows color (decimal): -2601921 or 4148440. OLE color: 4148440.

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

Color convert

RGB2167663-
CMYK00.650.710.15
HSL5.1º66.23%54.71%-
HSV(B)5.1º70.83%84.71%-
XYZ31.820.136.91-
YUV116.3897.88199.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.85%
GREEN value IS 76 (30.08% from 255) = 21.41%
BLUE value IS 63 (25% from 255) = 17.75%
R=60.85%
G=21.41%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216766300.650.710.155.166.2354.71
HexD84C3F04147F54237
Octal33011477010110717510267
Binary11011000100110011111101000001100011111111011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C3F; }

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

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

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

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

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

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

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

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