Html Css Color HEX #F82001 Scarlet

📋 copy color: '#F82001'

red 248 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #F82001

Tints of Scarlet #F82001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

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

R = 88.26%
G = 11.39%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F82001 (or 0xF82001) is known color: Scarlet. HEX triplet: F8, 20 and 01. RGB value is (248,32,1). Sum of RGB (Red+Green+Blue) = 248+32+1=281 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.26% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 248 - color contains mainly: red. Hex color #F82001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82001 is #07DFFE. Grayscale: #5D5D5D. Windows color (decimal): -516095 or 73976. OLE color: 73976.

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

Color convert

RGB 248 32 1 -
CMYK 0 0.87 1.00 0.03
HSL 7.53º 0.99% 0.49% -
HSV(B) 7.53º 1% 0.97% -
XYZ 39.23 20.99 2.01 -
YUV 93.05 76.06 238.52 -
System Red Green Blue C M Y K H S L
Decimal 248 32 1 0 0.87 1.00 0.03 7.53 0.99 0.49
Hex F8 20 1 0 57 64 3 8 63 31
Octal 370 40 1 0 127 144 3 10 143 61
Binary 11111000 100000 1 0 1010111 1100100 11 1000 1100011 110001

Color Harmonies of #F82001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82001

Black with #F82001

Text Example


Text Example

White with #F82001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82001; }

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

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

background-color css

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

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

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

border-color css

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

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

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