#E61E0F

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

Shades of Scarlet #E61E0F

Tints of Scarlet #E61E0F

Color information

#E61E0F (or 0xE61E0F) is unknown color: approx Scarlet. HEX triplet: E6, 1E and 0F. RGB value is (230,30,15). Sum of RGB (Red+Green+Blue) = 230+30+15=275 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.64% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 230 - color contains mainly: red. Hex color #E61E0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61E0F is #19E1F0. Grayscale: #585858. Windows color (decimal): -1696241 or 990950. OLE color: 990950.

HSL color Cylindrical-coordinate representation of color #E61E0F: hue angle of 4.19º 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 #E61E0F is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB2303015-
CMYK00.870.930.10
HSL4.19º87.76%48.04%-
HSV(B)4.19º93.48%90.2%-
XYZ33.1817.792.14-
YUV88.0986.76229.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 83.64%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=83.64%
G=10.91%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230301500.870.930.104.1987.7648.04
HexE61EF0575DA45830
Octal3463617012713512413060
Binary1110011011110111101010111101110110101001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61E0F; }

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

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

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

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

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

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

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

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