#EB322D

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

Shades of Cinnabar #EB322D

Tints of Cinnabar #EB322D

Color information

#EB322D (or 0xEB322D) is unknown color: approx Cinnabar. HEX triplet: EB, 32 and 2D. RGB value is (235,50,45). Sum of RGB (Red+Green+Blue) = 235+50+45=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB322D is #14CDD2. Grayscale: #686868. Windows color (decimal): -1363411 or 2962155. OLE color: 2962155.

HSL color Cylindrical-coordinate representation of color #EB322D: hue angle of 1.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB322D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB2355045-
CMYK00.790.810.08
HSL1.58º82.61%54.9%-
HSV(B)1.58º80.85%92.16%-
XYZ35.8820.134.48-
YUV104.7494.29220.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 71.21%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=71.21%
G=15.15%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235504500.790.810.081.5882.6154.9
HexEB322D04F51825337
Octal3536255011712110212367
Binary111010111100101011010100111110100011000101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB322D; }

 p { color: rgb(235,50,45); }

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

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

 a { background-color: rgb(235,50,45); }

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

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

 span { border-color: rgb(235,50,45); }

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