Html Css Color HEX #F83516 Scarlet

📋 copy color: '#F83516'

red 248 ◦ green 53 ◦ blue 22

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

Shades of Scarlet #F83516

Tints of Scarlet #F83516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 76.78%
G = 16.41%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F83516 (or 0xF83516) is known color: Scarlet. HEX triplet: F8, 35 and 16. RGB value is (248,53,22). Sum of RGB (Red+Green+Blue) = 248+53+22=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F83516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83516 is #07CAE9. Grayscale: #6C6C6C. Windows color (decimal): -510698 or 1455608. OLE color: 1455608.

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

Color convert

RGB 248 53 22 -
CMYK 0 0.79 0.91 0.03
HSL 8.23º 0.94% 0.53% -
HSV(B) 8.23º 0.91% 0.97% -
XYZ 40.13 22.56 3 -
YUV 107.77 79.6 228.02 -
System Red Green Blue C M Y K H S L
Decimal 248 53 22 0 0.79 0.91 0.03 8.23 0.94 0.53
Hex F8 35 16 0 4F 5B 3 8 5E 35
Octal 370 65 26 0 117 133 3 10 136 65
Binary 11111000 110101 10110 0 1001111 1011011 11 1000 1011110 110101

Color Harmonies of #F83516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83516

Black with #F83516

Text Example


Text Example

White with #F83516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83516; }

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

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

background-color css

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

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

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

border-color css

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

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

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