#EB271E

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

Shades of Cinnabar #EB271E

Tints of Cinnabar #EB271E

Color information

#EB271E (or 0xEB271E) is unknown color: approx Cinnabar. HEX triplet: EB, 27 and 1E. RGB value is (235,39,30). Sum of RGB (Red+Green+Blue) = 235+39+30=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB271E is #14D8E1. Grayscale: #606060. Windows color (decimal): -1366242 or 1976299. OLE color: 1976299.

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

Color convert

RGB2353930-
CMYK00.830.870.08
HSL2.63º83.67%51.96%-
HSV(B)2.63º87.23%92.16%-
XYZ35.2219.213.08-
YUV96.5890.43226.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.30%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=77.30%
G=12.83%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235393000.830.870.082.6383.6751.96
HexEB271E05357835434
Octal3534736012312710312464
Binary11101011100111111100101001110101111000111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB271E; }

 p { color: rgb(235,39,30); }

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

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

 a { background-color: rgb(235,39,30); }

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

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

 span { border-color: rgb(235,39,30); }

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