#D7403E

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

Shades of Cinnabar #D7403E

Tints of Cinnabar #D7403E

Color information

#D7403E (or 0xD7403E) is unknown color: approx Cinnabar. HEX triplet: D7, 40 and 3E. RGB value is (215,64,62). Sum of RGB (Red+Green+Blue) = 215+64+62=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7403E is #28BFC1. Grayscale: #6D6D6D. Windows color (decimal): -2670530 or 4079831. OLE color: 4079831.

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

Color convert

RGB2156462-
CMYK00.700.710.16
HSL0.78º65.67%54.31%-
HSV(B)0.78º71.16%84.31%-
XYZ30.7318.466.5-
YUV108.92101.53203.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.05%
GREEN value IS 64 (25.39% from 255) = 18.77%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=63.05%
G=18.77%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215646200.700.710.160.7865.6754.31
HexD7403E046471014236
Octal32710076010610720110266
Binary1101011110000001111100100011010001111000011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7403E; }

 p { color: rgb(215,64,62); }

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

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

 a { background-color: rgb(215,64,62); }

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

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

 span { border-color: rgb(215,64,62); }

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