#FF1E00

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

Shades of Scarlet #FF1E00

Tints of Scarlet #FF1E00

Color information

#FF1E00 (or 0xFF1E00) is unknown color: approx Scarlet. HEX triplet: FF, 1E and 00. RGB value is (255,30,0). Sum of RGB (Red+Green+Blue) = 255+30+0=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1E00 is #00E1FF. Grayscale: #5E5E5E. Windows color (decimal): -57856 or 7935. OLE color: 7935.

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

Color convert

RGB255300-
CMYK00.8810
HSL7.06º100%50%-
HSV(B)7.06º100%100%-
XYZ41.722.192.08-
YUV93.8575.04242.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 89.47%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.47%
G=10.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25530000.88107.0610050
HexFF1E005864076432
Octal37736001301440714462
Binary1111111111110001011000110010001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1E00; }

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

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

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

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

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

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

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

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