#EB291D

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

Shades of Cinnabar #EB291D

Tints of Cinnabar #EB291D

Color information

#EB291D (or 0xEB291D) is unknown color: approx Cinnabar. HEX triplet: EB, 29 and 1D. RGB value is (235,41,29). Sum of RGB (Red+Green+Blue) = 235+41+29=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB291D is #14D6E2. Grayscale: #616161. Windows color (decimal): -1365731 or 1911275. OLE color: 1911275.

HSL color Cylindrical-coordinate representation of color #EB291D: hue angle of 3.5º 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 #EB291D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB2354129-
CMYK00.830.880.08
HSL3.5º83.74%51.76%-
HSV(B)3.5º87.66%92.16%-
XYZ35.2819.343.04-
YUV97.6489.27225.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.05%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 29 (11.72% from 255) = 9.51%
R=77.05%
G=13.44%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235412900.830.880.083.583.7451.76
HexEB291D05358835434
Octal3535135012313010312464
Binary11101011101001111010101001110110001000111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB291D; }

 p { color: rgb(235,41,29); }

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

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

 a { background-color: rgb(235,41,29); }

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

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

 span { border-color: rgb(235,41,29); }

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