#EB441C

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

Shades of Cinnabar #EB441C

Tints of Cinnabar #EB441C

Color information

#EB441C (or 0xEB441C) is unknown color: approx Cinnabar. HEX triplet: EB, 44 and 1C. RGB value is (235,68,28). Sum of RGB (Red+Green+Blue) = 235+68+28=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB441C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB441C is #14BBE3. Grayscale: #717171. Windows color (decimal): -1358820 or 1852651. OLE color: 1852651.

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

Color convert

RGB2356828-
CMYK00.710.880.08
HSL11.59º83.81%51.57%-
HSV(B)11.59º88.09%92.16%-
XYZ36.5421.883.4-
YUV113.3779.83214.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 71.00%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 28 (11.33% from 255) = 8.46%
R=71.00%
G=20.54%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235682800.710.880.0811.5983.8151.57
HexEB441C047588c5434
Octal353104340107130101412464
Binary11101011100010011100010001111011000100011001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB441C; }

 p { color: rgb(235,68,28); }

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

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

 a { background-color: rgb(235,68,28); }

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

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

 span { border-color: rgb(235,68,28); }

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