#EB261E

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

Shades of Cinnabar #EB261E

Tints of Cinnabar #EB261E

Color information

#EB261E (or 0xEB261E) is unknown color: approx Cinnabar. HEX triplet: EB, 26 and 1E. RGB value is (235,38,30). Sum of RGB (Red+Green+Blue) = 235+38+30=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB261E is #14D9E1. Grayscale: #606060. Windows color (decimal): -1366498 or 1976043. OLE color: 1976043.

HSL color Cylindrical-coordinate representation of color #EB261E: hue angle of 2.34º 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 #EB261E is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB2353830-
CMYK00.840.870.08
HSL2.34º83.67%51.96%-
HSV(B)2.34º87.23%92.16%-
XYZ35.1919.143.07-
YUV95.9990.77227.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.56%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=77.56%
G=12.54%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235383000.840.870.082.3483.6751.96
HexEB261E05457825434
Octal3534636012412710212464
Binary11101011100110111100101010010101111000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB261E; }

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

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

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

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

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

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

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

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