#D64733

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

Shades of Cinnabar #D64733

Tints of Cinnabar #D64733

Color information

#D64733 (or 0xD64733) is unknown color: approx Cinnabar. HEX triplet: D6, 47 and 33. RGB value is (214,71,51). Sum of RGB (Red+Green+Blue) = 214+71+51=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D64733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64733 is #29B8CC. Grayscale: #6F6F6F. Windows color (decimal): -2734285 or 3360726. OLE color: 3360726.

HSL color Cylindrical-coordinate representation of color #D64733: hue angle of 7.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D64733 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2147151-
CMYK00.670.760.16
HSL7.36º66.53%51.96%-
HSV(B)7.36º76.17%83.92%-
XYZ30.5819.045.2-
YUV111.4893.88201.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.69%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 51 (20.31% from 255) = 15.18%
R=63.69%
G=21.13%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214715100.670.760.167.3666.5351.96
HexD647330434C1074334
Octal32610763010311420710364
Binary110101101000111110011010000111001100100001111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64733; }

 p { color: rgb(214,71,51); }

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

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

 a { background-color: rgb(214,71,51); }

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

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

 span { border-color: rgb(214,71,51); }

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