#EB3026

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

Shades of Cinnabar #EB3026

Tints of Cinnabar #EB3026

Color information

#EB3026 (or 0xEB3026) is unknown color: approx Cinnabar. HEX triplet: EB, 30 and 26. RGB value is (235,48,38). Sum of RGB (Red+Green+Blue) = 235+48+38=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3026 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3026 is #14CFD9. Grayscale: #676767. Windows color (decimal): -1363930 or 2502891. OLE color: 2502891.

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

Color convert

RGB2354838-
CMYK00.800.840.08
HSL3.05º83.12%53.53%-
HSV(B)3.05º83.83%92.16%-
XYZ35.6719.923.8-
YUV102.7791.45222.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 73.21%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=73.21%
G=14.95%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235483800.800.840.083.0583.1253.53
HexEB302605054835336
Octal3536046012012410312366
Binary111010111100001001100101000010101001000111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3026; }

 p { color: rgb(235,48,38); }

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

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

 a { background-color: rgb(235,48,38); }

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

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

 span { border-color: rgb(235,48,38); }

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