#EB4F2E

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

Shades of Cinnabar #EB4F2E

Tints of Cinnabar #EB4F2E

Color information

#EB4F2E (or 0xEB4F2E) is unknown color: approx Cinnabar. HEX triplet: EB, 4F and 2E. RGB value is (235,79,46). Sum of RGB (Red+Green+Blue) = 235+79+46=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4F2E is #14B0D1. Grayscale: #7A7A7A. Windows color (decimal): -1355986 or 3035115. OLE color: 3035115.

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

Color convert

RGB2357946-
CMYK00.660.800.08
HSL10.48º82.53%55.1%-
HSV(B)10.48º80.43%92.16%-
XYZ37.5523.455.13-
YUV121.8885.18208.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.28%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 46 (18.36% from 255) = 12.78%
R=65.28%
G=21.94%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235794600.660.800.0810.4882.5355.1
HexEB4F2E042508a5337
Octal353117560102120101212367
Binary111010111001111101110010000101010000100010101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F2E; }

 p { color: rgb(235,79,46); }

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

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

 a { background-color: rgb(235,79,46); }

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

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

 span { border-color: rgb(235,79,46); }

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