Html Css Color HEX #F82516 Scarlet

📋 copy color: '#F82516'

red 248 ◦ green 37 ◦ blue 22

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

Shades of Scarlet #F82516

Tints of Scarlet #F82516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

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

R = 80.78%
G = 12.05%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F82516 (or 0xF82516) is known color: Scarlet. HEX triplet: F8, 25 and 16. RGB value is (248,37,22). Sum of RGB (Red+Green+Blue) = 248+37+22=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F82516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82516 is #07DAE9. Grayscale: #626262. Windows color (decimal): -514794 or 1451512. OLE color: 1451512.

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

Color convert

RGB 248 37 22 -
CMYK 0 0.85 0.91 0.03
HSL 3.98º 0.94% 0.53% -
HSV(B) 3.98º 0.91% 0.97% -
XYZ 39.52 21.34 2.79 -
YUV 98.38 84.9 234.72 -
System Red Green Blue C M Y K H S L
Decimal 248 37 22 0 0.85 0.91 0.03 3.98 0.94 0.53
Hex F8 25 16 0 55 5B 3 4 5E 35
Octal 370 45 26 0 125 133 3 4 136 65
Binary 11111000 100101 10110 0 1010101 1011011 11 100 1011110 110101

Color Harmonies of #F82516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82516

Black with #F82516

Text Example


Text Example

White with #F82516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82516; }

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

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

background-color css

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

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

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

border-color css

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

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

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