#D63E2B

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

Shades of Cinnabar #D63E2B

Tints of Cinnabar #D63E2B

Color information

#D63E2B (or 0xD63E2B) is unknown color: approx Cinnabar. HEX triplet: D6, 3E and 2B. RGB value is (214,62,43). Sum of RGB (Red+Green+Blue) = 214+62+43=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E2B is #29C1D4. Grayscale: #696969. Windows color (decimal): -2736597 or 2834134. OLE color: 2834134.

HSL color Cylindrical-coordinate representation of color #D63E2B: hue angle of 6.67º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D63E2B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB2146243-
CMYK00.710.800.16
HSL6.67º67.59%50.39%-
HSV(B)6.67º79.91%83.92%-
XYZ29.8917.924.17-
YUV105.2892.86205.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.08%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 43 (17.19% from 255) = 13.48%
R=67.08%
G=19.44%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214624300.710.800.166.6767.5950.39
HexD63E2B047501074432
Octal3267653010712020710462
Binary11010110111110101011010001111010000100001111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63E2B; }

 p { color: rgb(214,62,43); }

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

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

 a { background-color: rgb(214,62,43); }

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

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

 span { border-color: rgb(214,62,43); }

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