#FF1800

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

Shades of Scarlet #FF1800

Tints of Scarlet #FF1800

Color information

#FF1800 (or 0xFF1800) is unknown color: approx Scarlet. HEX triplet: FF, 18 and 00. RGB value is (255,24,0). Sum of RGB (Red+Green+Blue) = 255+24+0=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1800 is #00E7FF. Grayscale: #5A5A5A. Windows color (decimal): -59392 or 6399. OLE color: 6399.

HSL color Cylindrical-coordinate representation of color #FF1800: hue angle of 5.65º 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 #FF1800 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB255240-
CMYK00.9110
HSL5.65º100%50%-
HSV(B)5.65º100%100%-
XYZ41.5721.912.04-
YUV90.3377.03245.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 91.40%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.40%
G=8.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524000.91105.6510050
HexFF18005B64066432
Octal37730001331440614462
Binary1111111111000001011011110010001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1800; }

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

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

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

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

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

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

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

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