#EB3820

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

Shades of Cinnabar #EB3820

Tints of Cinnabar #EB3820

Color information

#EB3820 (or 0xEB3820) is unknown color: approx Cinnabar. HEX triplet: EB, 38 and 20. RGB value is (235,56,32). Sum of RGB (Red+Green+Blue) = 235+56+32=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3820 is #14C7DF. Grayscale: #6B6B6B. Windows color (decimal): -1361888 or 2111723. OLE color: 2111723.

HSL color Cylindrical-coordinate representation of color #EB3820: hue angle of 7.09º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB3820 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB2355632-
CMYK00.760.860.08
HSL7.09º83.54%52.35%-
HSV(B)7.09º86.38%92.16%-
XYZ35.9420.593.45-
YUV106.7885.8219.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 72.76%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 32 (12.89% from 255) = 9.91%
R=72.76%
G=17.34%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235563200.760.860.087.0983.5452.35
HexEB382004C56875434
Octal3537040011412610712464
Binary1110101111100010000001001100101011010001111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3820; }

 p { color: rgb(235,56,32); }

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

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

 a { background-color: rgb(235,56,32); }

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

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

 span { border-color: rgb(235,56,32); }

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