#D63F33

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

Shades of Cinnabar #D63F33

Tints of Cinnabar #D63F33

Color information

#D63F33 (or 0xD63F33) is unknown color: approx Cinnabar. HEX triplet: D6, 3F and 33. RGB value is (214,63,51). Sum of RGB (Red+Green+Blue) = 214+63+51=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F33 is #29C0CC. Grayscale: #6A6A6A. Windows color (decimal): -2736333 or 3358678. OLE color: 3358678.

HSL color Cylindrical-coordinate representation of color #D63F33: hue angle of 4.42º 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 #D63F33 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2146351-
CMYK00.710.760.16
HSL4.42º66.53%51.96%-
HSV(B)4.42º76.17%83.92%-
XYZ30.1118.095.04-
YUV106.7896.53204.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.24%
GREEN value IS 63 (25% from 255) = 19.21%
BLUE value IS 51 (20.31% from 255) = 15.55%
R=65.24%
G=19.21%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214635100.710.760.164.4266.5351.96
HexD63F330474C1044334
Octal3267763010711420410364
Binary11010110111111110011010001111001100100001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63F33; }

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

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

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

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

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

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

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

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