#DC3F34

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

Shades of Cinnabar #DC3F34

Tints of Cinnabar #DC3F34

Color information

#DC3F34 (or 0xDC3F34) is unknown color: approx Cinnabar. HEX triplet: DC, 3F and 34. RGB value is (220,63,52). Sum of RGB (Red+Green+Blue) = 220+63+52=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F34 is #23C0CB. Grayscale: #6C6C6C. Windows color (decimal): -2343116 or 3424220. OLE color: 3424220.

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

Color convert

RGB2206352-
CMYK00.710.760.14
HSL3.93º70.59%53.33%-
HSV(B)3.93º76.36%86.27%-
XYZ31.9119.025.24-
YUV108.6996.01207.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 65.67%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 52 (20.70% from 255) = 15.52%
R=65.67%
G=18.81%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220635200.710.760.143.9370.5953.33
HexDC3F340474CE44735
Octal3347764010711416410765
Binary1101110011111111010001000111100110011101001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3F34; }

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

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

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

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

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

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

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

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