#DC3B2B

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

Shades of Cinnabar #DC3B2B

Tints of Cinnabar #DC3B2B

Color information

#DC3B2B (or 0xDC3B2B) is unknown color: approx Cinnabar. HEX triplet: DC, 3B and 2B. RGB value is (220,59,43). Sum of RGB (Red+Green+Blue) = 220+59+43=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B2B is #23C4D4. Grayscale: #696969. Windows color (decimal): -2344149 or 2833372. OLE color: 2833372.

HSL color Cylindrical-coordinate representation of color #DC3B2B: hue angle of 5.42º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC3B2B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB2205943-
CMYK00.730.800.14
HSL5.42º71.66%51.57%-
HSV(B)5.42º80.45%86.27%-
XYZ31.5218.524.2-
YUV105.3292.84209.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 68.32%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 43 (17.19% from 255) = 13.35%
R=68.32%
G=18.32%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220594300.730.800.145.4271.6651.57
HexDC3B2B04950E54834
Octal3347353011112016511064
Binary1101110011101110101101001001101000011101011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3B2B; }

 p { color: rgb(220,59,43); }

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

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

 a { background-color: rgb(220,59,43); }

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

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

 span { border-color: rgb(220,59,43); }

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