#EB4B25

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

Shades of Cinnabar #EB4B25

Tints of Cinnabar #EB4B25

Color information

#EB4B25 (or 0xEB4B25) is unknown color: approx Cinnabar. HEX triplet: EB, 4B and 25. RGB value is (235,75,37). Sum of RGB (Red+Green+Blue) = 235+75+37=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4B25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4B25 is #14B4DA. Grayscale: #767676. Windows color (decimal): -1357019 or 2444267. OLE color: 2444267.

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

Color convert

RGB2357537-
CMYK00.680.840.08
HSL11.52º83.19%53.33%-
HSV(B)11.52º84.26%92.16%-
XYZ37.1122.834.2-
YUV118.5182.01211.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.72%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 37 (14.84% from 255) = 10.66%
R=67.72%
G=21.61%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235753700.680.840.0811.5283.1953.33
HexEB4B25044548c5335
Octal353113450104124101412365
Binary111010111001011100101010001001010100100011001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4B25; }

 p { color: rgb(235,75,37); }

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

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

 a { background-color: rgb(235,75,37); }

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

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

 span { border-color: rgb(235,75,37); }

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