#DC3F2A

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

Shades of Cinnabar #DC3F2A

Tints of Cinnabar #DC3F2A

Color information

#DC3F2A (or 0xDC3F2A) is unknown color: approx Cinnabar. HEX triplet: DC, 3F and 2A. RGB value is (220,63,42). Sum of RGB (Red+Green+Blue) = 220+63+42=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F2A is #23C0D5. Grayscale: #6B6B6B. Windows color (decimal): -2343126 or 2768860. OLE color: 2768860.

HSL color Cylindrical-coordinate representation of color #DC3F2A: hue angle of 7.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC3F2A is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB2206342-
CMYK00.710.810.14
HSL7.08º71.77%51.37%-
HSV(B)7.08º80.91%86.27%-
XYZ31.7118.944.17-
YUV107.5591.01208.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 67.69%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=67.69%
G=19.38%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220634200.710.810.147.0871.7751.37
HexDC3F2A04751E74833
Octal3347752010712116711063
Binary1101110011111110101001000111101000111101111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3F2A; }

 p { color: rgb(220,63,42); }

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

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

 a { background-color: rgb(220,63,42); }

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

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

 span { border-color: rgb(220,63,42); }

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