#E3260B

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

Shades of Scarlet #E3260B

Tints of Scarlet #E3260B

Color information

#E3260B (or 0xE3260B) is unknown color: approx Scarlet. HEX triplet: E3, 26 and 0B. RGB value is (227,38,11). Sum of RGB (Red+Green+Blue) = 227+38+11=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3260B is #1CD9F4. Grayscale: #5B5B5B. Windows color (decimal): -1890805 or 730851. OLE color: 730851.

HSL color Cylindrical-coordinate representation of color #E3260B: hue angle of 7.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3260B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB2273811-
CMYK00.830.950.11
HSL7.5º90.76%46.67%-
HSV(B)7.5º95.15%89.02%-
XYZ32.4317.742.03-
YUV91.4382.62224.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 82.25%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 11 (4.69% from 255) = 3.99%
R=82.25%
G=13.77%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227381100.830.950.117.590.7646.67
HexE326B0535FB85b2f
Octal34346130123137131013357
Binary111000111001101011010100111011111101110001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3260B; }

 p { color: rgb(227,38,11); }

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

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

 a { background-color: rgb(227,38,11); }

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

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

 span { border-color: rgb(227,38,11); }

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