Html Css Color HEX #F81601 Scarlet

📋 copy color: '#F81601'

red 248 ◦ green 22 ◦ blue 1

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

Shades of Scarlet #F81601

Tints of Scarlet #F81601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 91.51%
G = 8.12%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F81601 (or 0xF81601) is known color: Scarlet. HEX triplet: F8, 16 and 01. RGB value is (248,22,1). Sum of RGB (Red+Green+Blue) = 248+22+1=271 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.51% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 248 - color contains mainly: red. Hex color #F81601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81601 is #07E9FE. Grayscale: #575757. Windows color (decimal): -518655 or 71416. OLE color: 71416.

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

Color convert

RGB 248 22 1 -
CMYK 0 0.91 1.00 0.03
HSL 5.1º 0.99% 0.49% -
HSV(B) 5.1º 1% 0.97% -
XYZ 39 20.53 1.94 -
YUV 87.18 79.37 242.71 -
System Red Green Blue C M Y K H S L
Decimal 248 22 1 0 0.91 1.00 0.03 5.1 0.99 0.49
Hex F8 16 1 0 5B 64 3 5 63 31
Octal 370 26 1 0 133 144 3 5 143 61
Binary 11111000 10110 1 0 1011011 1100100 11 101 1100011 110001

Color Harmonies of #F81601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81601

Black with #F81601

Text Example


Text Example

White with #F81601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81601; }

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

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

background-color css

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

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

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

border-color css

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

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

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