#D63E2E

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

Shades of Cinnabar #D63E2E

Tints of Cinnabar #D63E2E

Color information

#D63E2E (or 0xD63E2E) is unknown color: approx Cinnabar. HEX triplet: D6, 3E and 2E. RGB value is (214,62,46). Sum of RGB (Red+Green+Blue) = 214+62+46=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E2E is #29C1D1. Grayscale: #696969. Windows color (decimal): -2736594 or 3030742. OLE color: 3030742.

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

Color convert

RGB2146246-
CMYK00.710.790.16
HSL5.71º67.2%50.98%-
HSV(B)5.71º78.5%83.92%-
XYZ29.9517.944.47-
YUV105.6294.36205.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.46%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=66.46%
G=19.25%
B=14.29%

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
Decimal214624600.710.790.165.7167.250.98
HexD63E2E0474F1064333
Octal3267656010711720610363
Binary11010110111110101110010001111001111100001101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63E2E; }

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

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

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

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

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

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

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

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