Html Css Color HEX #F82116 Scarlet

📋 copy color: '#F82116'

red 248 ◦ green 33 ◦ blue 22

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

Shades of Scarlet #F82116

Tints of Scarlet #F82116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

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

R = 81.85%
G = 10.89%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F82116 (or 0xF82116) is known color: Scarlet. HEX triplet: F8, 21 and 16. RGB value is (248,33,22). Sum of RGB (Red+Green+Blue) = 248+33+22=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F82116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82116 is #07DEE9. Grayscale: #606060. Windows color (decimal): -515818 or 1450488. OLE color: 1450488.

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

Color convert

RGB 248 33 22 -
CMYK 0 0.87 0.91 0.03
HSL 2.92º 0.94% 0.53% -
HSV(B) 2.92º 0.91% 0.97% -
XYZ 39.4 21.1 2.76 -
YUV 96.03 86.23 236.39 -
System Red Green Blue C M Y K H S L
Decimal 248 33 22 0 0.87 0.91 0.03 2.92 0.94 0.53
Hex F8 21 16 0 57 5B 3 3 5E 35
Octal 370 41 26 0 127 133 3 3 136 65
Binary 11111000 100001 10110 0 1010111 1011011 11 11 1011110 110101

Color Harmonies of #F82116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82116

Black with #F82116

Text Example


Text Example

White with #F82116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82116; }

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

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

background-color css

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

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

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

border-color css

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

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

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