#EA270B

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

Shades of Scarlet #EA270B

Tints of Scarlet #EA270B

Color information

#EA270B (or 0xEA270B) is unknown color: approx Scarlet. HEX triplet: EA, 27 and 0B. RGB value is (234,39,11). Sum of RGB (Red+Green+Blue) = 234+39+11=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA270B is #15D8F4. Grayscale: #5E5E5E. Windows color (decimal): -1431797 or 731114. OLE color: 731114.

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

Color convert

RGB2343911-
CMYK00.830.950.08
HSL7.53º91.02%48.04%-
HSV(B)7.53º95.3%91.76%-
XYZ34.7218.972.15-
YUV94.1181.1227.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 82.39%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 11 (4.69% from 255) = 3.87%
R=82.39%
G=13.73%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234391100.830.950.087.5391.0248.04
HexEA27B0535F885b30
Octal35247130123137101013360
Binary111010101001111011010100111011111100010001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA270B; }

 p { color: rgb(234,39,11); }

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

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

 a { background-color: rgb(234,39,11); }

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

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

 span { border-color: rgb(234,39,11); }

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