Html Css Color HEX #F81501 Scarlet

📋 copy color: '#F81501'

red 248 ◦ green 21 ◦ blue 1

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

Shades of Scarlet #F81501

Tints of Scarlet #F81501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 91.85%
G = 7.78%
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

#F81501 (or 0xF81501) is known color: Scarlet. HEX triplet: F8, 15 and 01. RGB value is (248,21,1). Sum of RGB (Red+Green+Blue) = 248+21+1=270 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.85% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 248 - color contains mainly: red. Hex color #F81501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81501 is #07EAFE. Grayscale: #565656. Windows color (decimal): -518911 or 71160. OLE color: 71160.

HSL color Cylindrical-coordinate representation of color #F81501: hue angle of 4.86º 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 #F81501 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 21 1 -
CMYK 0 0.92 1.00 0.03
HSL 4.86º 0.99% 0.49% -
HSV(B) 4.86º 1% 0.97% -
XYZ 38.99 20.49 1.93 -
YUV 86.59 79.71 243.13 -
System Red Green Blue C M Y K H S L
Decimal 248 21 1 0 0.92 1.00 0.03 4.86 0.99 0.49
Hex F8 15 1 0 5C 64 3 5 63 31
Octal 370 25 1 0 134 144 3 5 143 61
Binary 11111000 10101 1 0 1011100 1100100 11 101 1100011 110001

Color Harmonies of #F81501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81501

Black with #F81501

Text Example


Text Example

White with #F81501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81501; }

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

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

background-color css

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

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

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

border-color css

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

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

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