#e42b04

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

Shades of Scarlet #E42B04

Tints of Scarlet #E42B04

Color information

#E42B04 (or 0xE42B04) is unknown color: approx Scarlet. HEX triplet: E4, 2B and 04. RGB value is (228,43,4). Sum of RGB (Red+Green+Blue) = 228+43+4=275 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.91% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42B04 is #1BD4FB. Grayscale: #5E5E5E. Windows color (decimal): -1823996 or 273380. OLE color: 273380.

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

Color convert

RGB228434-
CMYK00.810.980.11
HSL10.45º96.55%45.49%-
HSV(B)10.45º98.25%89.41%-
XYZ32.8818.231.9-
YUV93.8777.29223.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 82.91%
GREEN value IS 43 (17.19% from 255) = 15.64%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=82.91%
G=15.64%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22843400.810.980.1110.4596.5545.49
HexE42B405162Ba612d
Octal3445340121142131214155
Binary11100100101011100010100011100010101110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e42b04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e42b04; }

 p { color: rgb(228,43,4); }

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

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

 a { background-color: rgb(228,43,4); }

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

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

 span { border-color: rgb(228,43,4); }

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