Html Css Color HEX #F81101 Red

📋 copy color: '#F81101'

red 248 ◦ green 17 ◦ blue 1

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

Shades of Red #F81101

Tints of Red #F81101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

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

R = 93.23%
G = 6.39%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F81101 (or 0xF81101) is known color: Red. HEX triplet: F8, 11 and 01. RGB value is (248,17,1). Sum of RGB (Red+Green+Blue) = 248+17+1=266 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.23% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 248 - color contains mainly: red. Hex color #F81101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81101 is #07EEFE. Grayscale: #545454. Windows color (decimal): -519935 or 70136. OLE color: 70136.

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

Color convert

RGB 248 17 1 -
CMYK 0 0.93 1.00 0.03
HSL 3.89º 0.99% 0.49% -
HSV(B) 3.89º 1% 0.97% -
XYZ 38.92 20.36 1.91 -
YUV 84.25 81.03 244.8 -
System Red Green Blue C M Y K H S L
Decimal 248 17 1 0 0.93 1.00 0.03 3.89 0.99 0.49
Hex F8 11 1 0 5D 64 3 4 63 31
Octal 370 21 1 0 135 144 3 4 143 61
Binary 11111000 10001 1 0 1011101 1100100 11 100 1100011 110001

Color Harmonies of #F81101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81101

Black with #F81101

Text Example


Text Example

White with #F81101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81101; }

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

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

background-color css

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

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

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

border-color css

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

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

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