#EB4428

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

Shades of Cinnabar #EB4428

Tints of Cinnabar #EB4428

Color information

#EB4428 (or 0xEB4428) is unknown color: approx Cinnabar. HEX triplet: EB, 44 and 28. RGB value is (235,68,40). Sum of RGB (Red+Green+Blue) = 235+68+40=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4428 is #14BBD7. Grayscale: #737373. Windows color (decimal): -1358808 or 2639083. OLE color: 2639083.

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

Color convert

RGB2356840-
CMYK00.710.830.08
HSL8.62º82.98%53.92%-
HSV(B)8.62º82.98%92.16%-
XYZ36.7121.954.31-
YUV114.7485.83213.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.51%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=68.51%
G=19.83%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235684000.710.830.088.6282.9853.92
HexEB442804753895336
Octal353104500107123101112366
Binary111010111000100101000010001111010011100010011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4428; }

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

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

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

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

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

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

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

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