#E4260C

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

Shades of Scarlet #E4260C

Tints of Scarlet #E4260C

Color information

#E4260C (or 0xE4260C) is unknown color: approx Scarlet. HEX triplet: E4, 26 and 0C. RGB value is (228,38,12). Sum of RGB (Red+Green+Blue) = 228+38+12=278 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.01% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 228 - color contains mainly: red. Hex color #E4260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4260C is #1BD9F3. Grayscale: #5C5C5C. Windows color (decimal): -1825268 or 796388. OLE color: 796388.

HSL color Cylindrical-coordinate representation of color #E4260C: hue angle of 7.22º degrees, saturation: 0.9, 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 #E4260C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB2283812-
CMYK00.830.950.11
HSL7.22º90%47.06%-
HSV(B)7.22º94.74%89.41%-
XYZ32.7517.912.08-
YUV91.8582.95225.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 82.01%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=82.01%
G=13.67%
B=4.32%

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
Decimal228381200.830.950.117.229047.06
HexE426C0535FB75a2f
Octal3444614012313713713257
Binary11100100100110110001010011101111110111111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4260C; }

 p { color: rgb(228,38,12); }

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

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

 a { background-color: rgb(228,38,12); }

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

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

 span { border-color: rgb(228,38,12); }

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