#E61C0F

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

Shades of Scarlet #E61C0F

Tints of Scarlet #E61C0F

Color information

#E61C0F (or 0xE61C0F) is unknown color: approx Scarlet. HEX triplet: E6, 1C and 0F. RGB value is (230,28,15). Sum of RGB (Red+Green+Blue) = 230+28+15=273 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.25% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61C0F is #19E3F0. Grayscale: #575757. Windows color (decimal): -1696753 or 990438. OLE color: 990438.

HSL color Cylindrical-coordinate representation of color #E61C0F: hue angle of 3.63º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61C0F is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB2302815-
CMYK00.880.930.10
HSL3.63º87.76%48.04%-
HSV(B)3.63º93.48%90.2%-
XYZ33.1317.692.12-
YUV86.9287.42230.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 84.25%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=84.25%
G=10.26%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230281500.880.930.103.6387.7648.04
HexE61CF0585DA45830
Octal3463417013013512413060
Binary1110011011100111101011000101110110101001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61C0F; }

 p { color: rgb(230,28,15); }

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

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

 a { background-color: rgb(230,28,15); }

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

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

 span { border-color: rgb(230,28,15); }

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