Html Css Color HEX #F81301 Scarlet

📋 copy color: '#F81301'

red 248 ◦ green 19 ◦ blue 1

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

Shades of Scarlet #F81301

Tints of Scarlet #F81301

RGB

 RED value IS 248 (97.27% from 255) = 92.54%

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

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

R = 92.54%
G = 7.09%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F81301 (or 0xF81301) is known color: Scarlet. HEX triplet: F8, 13 and 01. RGB value is (248,19,1). Sum of RGB (Red+Green+Blue) = 248+19+1=268 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.54% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 248 - color contains mainly: red. Hex color #F81301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81301 is #07ECFE. Grayscale: #555555. Windows color (decimal): -519423 or 70648. OLE color: 70648.

HSL color Cylindrical-coordinate representation of color #F81301: hue angle of 4.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F81301 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 19 1 -
CMYK 0 0.92 1.00 0.03
HSL 4.37º 0.99% 0.49% -
HSV(B) 4.37º 1% 0.97% -
XYZ 38.95 20.42 1.92 -
YUV 85.42 80.37 243.96 -
System Red Green Blue C M Y K H S L
Decimal 248 19 1 0 0.92 1.00 0.03 4.37 0.99 0.49
Hex F8 13 1 0 5C 64 3 4 63 31
Octal 370 23 1 0 134 144 3 4 143 61
Binary 11111000 10011 1 0 1011100 1100100 11 100 1100011 110001

Color Harmonies of #F81301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81301

Black with #F81301

Text Example


Text Example

White with #F81301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81301; }

 p { color: rgb(248,19,1); }

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

background-color css

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

 a { background-color: rgb(248,19,1); }

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

border-color css

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

 span { border-color: rgb(248,19,1); }

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