#DC3825

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

Shades of Cinnabar #DC3825

Tints of Cinnabar #DC3825

Color information

#DC3825 (or 0xDC3825) is unknown color: approx Cinnabar. HEX triplet: DC, 38 and 25. RGB value is (220,56,37). Sum of RGB (Red+Green+Blue) = 220+56+37=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3825 is #23C7DA. Grayscale: #676767. Windows color (decimal): -2344923 or 2439388. OLE color: 2439388.

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

Color convert

RGB2205637-
CMYK00.750.830.14
HSL6.23º72.33%50.39%-
HSV(B)6.23º83.18%86.27%-
XYZ31.2618.183.61-
YUV102.8790.83211.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.29%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 37 (14.84% from 255) = 11.82%
R=70.29%
G=17.89%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220563700.750.830.146.2372.3350.39
HexDC382504B53E64832
Octal3347045011312316611062
Binary1101110011100010010101001011101001111101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3825; }

 p { color: rgb(220,56,37); }

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

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

 a { background-color: rgb(220,56,37); }

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

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

 span { border-color: rgb(220,56,37); }

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