#FF1E15

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

Shades of Scarlet #FF1E15

Tints of Scarlet #FF1E15

Color information

#FF1E15 (or 0xFF1E15) is unknown color: approx Scarlet. HEX triplet: FF, 1E and 15. RGB value is (255,30,21). Sum of RGB (Red+Green+Blue) = 255+30+21=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1E15 is #00E1EA. Grayscale: #606060. Windows color (decimal): -57835 or 1384191. OLE color: 1384191.

HSL color Cylindrical-coordinate representation of color #FF1E15: hue angle of 2.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1E15 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB2553021-
CMYK00.880.920
HSL2.31º100%54.12%-
HSV(B)2.31º91.76%100%-
XYZ41.8422.242.8-
YUV96.2585.54241.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 30 (12.11% from 255) = 9.80%
BLUE value IS 21 (8.59% from 255) = 6.86%
R=83.33%
G=9.80%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255302100.880.9202.3110054.12
HexFF1E150585C026436
Octal377362501301340214466
Binary1111111111110101010101100010111000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1E15; }

 p { color: rgb(255,30,21); }

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

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

 a { background-color: rgb(255,30,21); }

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

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

 span { border-color: rgb(255,30,21); }

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