#D6423B

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

Shades of Cinnabar #D6423B

Tints of Cinnabar #D6423B

Color information

#D6423B (or 0xD6423B) is unknown color: approx Cinnabar. HEX triplet: D6, 42 and 3B. RGB value is (214,66,59). Sum of RGB (Red+Green+Blue) = 214+66+59=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6423B is #29BDC4. Grayscale: #6D6D6D. Windows color (decimal): -2735557 or 3883734. OLE color: 3883734.

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

Color convert

RGB2146659-
CMYK00.690.720.16
HSL2.71º65.4%53.53%-
HSV(B)2.71º72.43%83.92%-
XYZ30.4718.516.1-
YUV109.4599.53202.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.13%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=63.13%
G=19.47%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214665900.690.720.162.7165.453.53
HexD6423B045481034136
Octal32610273010511020310166
Binary11010110100001011101101000101100100010000111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6423B; }

 p { color: rgb(214,66,59); }

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

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

 a { background-color: rgb(214,66,59); }

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

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

 span { border-color: rgb(214,66,59); }

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