Html Css Color HEX #F82201 Scarlet

📋 copy color: '#F82201'

red 248 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #F82201

Tints of Scarlet #F82201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

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

R = 87.63%
G = 12.01%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F82201 (or 0xF82201) is known color: Scarlet. HEX triplet: F8, 22 and 01. RGB value is (248,34,1). Sum of RGB (Red+Green+Blue) = 248+34+1=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F82201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82201 is #07DDFE. Grayscale: #5E5E5E. Windows color (decimal): -515583 or 74488. OLE color: 74488.

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

Color convert

RGB 248 34 1 -
CMYK 0 0.86 1.00 0.03
HSL 8.02º 0.99% 0.49% -
HSV(B) 8.02º 1% 0.97% -
XYZ 39.29 21.1 2.03 -
YUV 94.22 75.4 237.68 -
System Red Green Blue C M Y K H S L
Decimal 248 34 1 0 0.86 1.00 0.03 8.02 0.99 0.49
Hex F8 22 1 0 56 64 3 8 63 31
Octal 370 42 1 0 126 144 3 10 143 61
Binary 11111000 100010 1 0 1010110 1100100 11 1000 1100011 110001

Color Harmonies of #F82201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82201

Black with #F82201

Text Example


Text Example

White with #F82201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82201; }

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

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

background-color css

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

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

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

border-color css

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

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

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