#D63F2D

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

Shades of Cinnabar #D63F2D

Tints of Cinnabar #D63F2D

Color information

#D63F2D (or 0xD63F2D) is unknown color: approx Cinnabar. HEX triplet: D6, 3F and 2D. RGB value is (214,63,45). Sum of RGB (Red+Green+Blue) = 214+63+45=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F2D is #29C0D2. Grayscale: #6A6A6A. Windows color (decimal): -2736339 or 2965462. OLE color: 2965462.

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

Color convert

RGB2146345-
CMYK00.710.790.16
HSL6.39º67.33%50.78%-
HSV(B)6.39º78.97%83.92%-
XYZ29.9818.044.38-
YUV106.193.53204.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.46%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=66.46%
G=19.57%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214634500.710.790.166.3967.3350.78
HexD63F2D0474F1064333
Octal3267755010711720610363
Binary11010110111111101101010001111001111100001101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63F2D; }

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

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

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

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

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

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

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

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