Html Css Color HEX #F01300 Scarlet

📋 copy color: '#F01300'

red 240 ◦ green 19 ◦ blue 0

#F01300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F01300

Tints of Scarlet #F01300

RGB

 RED value IS 240 (94.14% from 255) = 92.66%

 GREEN value IS 19 (7.81% from 255) = 7.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.66%
G = 7.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F01300 (or 0xF01300) is known color: Scarlet. HEX triplet: F0, 13 and 00. RGB value is (240,19,0). Sum of RGB (Red+Green+Blue) = 240+19+0=259 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.66% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 240 - color contains mainly: red. Hex color #F01300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01300 is #0FECFF. Grayscale: #535353. Windows color (decimal): -1043712 or 5104. OLE color: 5104.

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

Color convert

RGB 240 19 0 -
CMYK 0 0.92 1 0.06
HSL 4.75º 1% 0.47% -
HSV(B) 4.75º 1% 0.94% -
XYZ 36.17 18.99 1.76 -
YUV 82.91 81.22 240.04 -
System Red Green Blue C M Y K H S L
Decimal 240 19 0 0 0.92 1 0.06 4.75 1 0.47
Hex F0 13 0 0 5C 64 6 5 64 2F
Octal 360 23 0 0 134 144 6 5 144 57
Binary 11110000 10011 0 0 1011100 1100100 110 101 1100100 101111

Color Harmonies of #F01300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01300

Black with #F01300

Text Example


Text Example

White with #F01300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01300; }

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

 H1.HeaderClassName
 {
   color: #F01300;
 }
 .AnyTagClassName
 {
   color: #F01300;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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