#D3423C

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

Shades of Cinnabar #D3423C

Tints of Cinnabar #D3423C

Color information

#D3423C (or 0xD3423C) is unknown color: approx Cinnabar. HEX triplet: D3, 42 and 3C. RGB value is (211,66,60). Sum of RGB (Red+Green+Blue) = 211+66+60=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D3423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3423C is #2CBDC3. Grayscale: #6C6C6C. Windows color (decimal): -2932164 or 3949267. OLE color: 3949267.

HSL color Cylindrical-coordinate representation of color #D3423C: hue angle of 2.38º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3423C is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB2116660-
CMYK00.690.720.17
HSL2.38º63.18%53.14%-
HSV(B)2.38º71.56%82.75%-
XYZ29.6318.076.2-
YUV108.67100.54200.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.61%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 60 (23.83% from 255) = 17.80%
R=62.61%
G=19.58%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211666000.690.720.172.3863.1853.14
HexD3423C045481123f35
Octal3231027401051102127765
Binary1101001110000101111000100010110010001000110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3423C; }

 p { color: rgb(211,66,60); }

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

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

 a { background-color: rgb(211,66,60); }

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

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

 span { border-color: rgb(211,66,60); }

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