#FF1A18

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

Shades of Scarlet #FF1A18

Tints of Scarlet #FF1A18

Color information

#FF1A18 (or 0xFF1A18) is unknown color: approx Scarlet. HEX triplet: FF, 1A and 18. RGB value is (255,26,24). Sum of RGB (Red+Green+Blue) = 255+26+24=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1A18 is #00E5E7. Grayscale: #5E5E5E. Windows color (decimal): -58856 or 1579775. OLE color: 1579775.

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

Color convert

RGB2552624-
CMYK00.900.910
HSL0.52º100%54.71%-
HSV(B)0.52º90.59%100%-
XYZ41.7722.062.92-
YUV94.2488.37242.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.61%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 24 (9.77% from 255) = 7.87%
R=83.61%
G=8.52%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255262400.900.9100.5210054.71
HexFF1A1805A5B016437
Octal377323001321330114467
Binary111111111101011000010110101011011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1A18; }

 p { color: rgb(255,26,24); }

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

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

 a { background-color: rgb(255,26,24); }

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

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

 span { border-color: rgb(255,26,24); }

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