Html Css Color HEX #F82916 Scarlet

📋 copy color: '#F82916'

red 248 ◦ green 41 ◦ blue 22

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

Shades of Scarlet #F82916

Tints of Scarlet #F82916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 79.74%
G = 13.18%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F82916 (or 0xF82916) is known color: Scarlet. HEX triplet: F8, 29 and 16. RGB value is (248,41,22). Sum of RGB (Red+Green+Blue) = 248+41+22=311 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.74% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 248 - color contains mainly: red. Hex color #F82916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82916 is #07D6E9. Grayscale: #656565. Windows color (decimal): -513770 or 1452536. OLE color: 1452536.

HSL color Cylindrical-coordinate representation of color #F82916: hue angle of 5.04º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F82916 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 22 -
CMYK 0 0.83 0.91 0.03
HSL 5.04º 0.94% 0.53% -
HSV(B) 5.04º 0.91% 0.97% -
XYZ 39.65 21.6 2.84 -
YUV 100.73 83.58 233.04 -
System Red Green Blue C M Y K H S L
Decimal 248 41 22 0 0.83 0.91 0.03 5.04 0.94 0.53
Hex F8 29 16 0 53 5B 3 5 5E 35
Octal 370 51 26 0 123 133 3 5 136 65
Binary 11111000 101001 10110 0 1010011 1011011 11 101 1011110 110101

Color Harmonies of #F82916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82916

Black with #F82916

Text Example


Text Example

White with #F82916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82916; }

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

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

background-color css

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

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

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

border-color css

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

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

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