#E34F2B

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

Shades of Cinnabar #E34F2B

Tints of Cinnabar #E34F2B

Color information

#E34F2B (or 0xE34F2B) is unknown color: approx Cinnabar. HEX triplet: E3, 4F and 2B. RGB value is (227,79,43). Sum of RGB (Red+Green+Blue) = 227+79+43=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34F2B is #1CB0D4. Grayscale: #777777. Windows color (decimal): -1880277 or 2838499. OLE color: 2838499.

HSL color Cylindrical-coordinate representation of color #E34F2B: hue angle of 11.74º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E34F2B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2277943-
CMYK00.650.810.11
HSL11.74º76.67%52.94%-
HSV(B)11.74º81.06%89.02%-
XYZ34.9122.14.71-
YUV119.1585.03204.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 65.04%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 43 (17.19% from 255) = 12.32%
R=65.04%
G=22.64%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227794300.650.810.1111.7476.6752.94
HexE34F2B04151Bc4d35
Octal343117530101121131411565
Binary111000111001111101011010000011010001101111001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34F2B; }

 p { color: rgb(227,79,43); }

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

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

 a { background-color: rgb(227,79,43); }

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

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

 span { border-color: rgb(227,79,43); }

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