Html Css Color HEX #F01801 Scarlet

📋 copy color: '#F01801'

red 240 ◦ green 24 ◦ blue 1

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

Shades of Scarlet #F01801

Tints of Scarlet #F01801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 90.57%
G = 9.06%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F01801 (or 0xF01801) is known color: Scarlet. HEX triplet: F0, 18 and 01. RGB value is (240,24,1). Sum of RGB (Red+Green+Blue) = 240+24+1=265 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.57% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 240 - color contains mainly: red. Hex color #F01801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01801 is #0FE7FE. Grayscale: #565656. Windows color (decimal): -1042431 or 71920. OLE color: 71920.

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

Color convert

RGB 240 24 1 -
CMYK 0 0.9 1.00 0.06
HSL 5.77º 0.99% 0.47% -
HSV(B) 5.77º 1% 0.94% -
XYZ 36.27 19.18 1.82 -
YUV 85.96 80.06 237.87 -
System Red Green Blue C M Y K H S L
Decimal 240 24 1 0 0.9 1.00 0.06 5.77 0.99 0.47
Hex F0 18 1 0 5A 64 6 6 63 2F
Octal 360 30 1 0 132 144 6 6 143 57
Binary 11110000 11000 1 0 1011010 1100100 110 110 1100011 101111

Color Harmonies of #F01801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01801

Black with #F01801

Text Example


Text Example

White with #F01801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01801; }

 p { color: rgb(240,24,1); }

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

background-color css

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

 a { background-color: rgb(240,24,1); }

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

border-color css

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

 span { border-color: rgb(240,24,1); }

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