#FF1300

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

Shades of Scarlet #FF1300

Tints of Scarlet #FF1300

Color information

#FF1300 (or 0xFF1300) is unknown color: approx Scarlet. HEX triplet: FF, 13 and 00. RGB value is (255,19,0). Sum of RGB (Red+Green+Blue) = 255+19+0=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1300 is #00ECFF. Grayscale: #575757. Windows color (decimal): -60672 or 5119. OLE color: 5119.

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

Color convert

RGB255190-
CMYK00.9310
HSL4.47º100%50%-
HSV(B)4.47º100%100%-
XYZ41.4721.732.01-
YUV87.478.69247.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 93.07%
GREEN value IS 19 (7.81% from 255) = 6.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.07%
G=6.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519000.93104.4710050
HexFF13005D64046432
Octal37723001351440414462
Binary1111111110011001011101110010001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1300; }

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

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

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

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

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

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

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

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