Html Css Color HEX #F93516 Scarlet

📋 copy color: '#F93516'

red 249 ◦ green 53 ◦ blue 22

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

Shades of Scarlet #F93516

Tints of Scarlet #F93516

RGB

 RED value IS 249 (97.66% from 255) = 76.85%

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

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

R = 76.85%
G = 16.36%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F93516 (or 0xF93516) is known color: Scarlet. HEX triplet: F9, 35 and 16. RGB value is (249,53,22). Sum of RGB (Red+Green+Blue) = 249+53+22=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F93516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93516 is #06CAE9. Grayscale: #6C6C6C. Windows color (decimal): -445162 or 1455609. OLE color: 1455609.

HSL color Cylindrical-coordinate representation of color #F93516: hue angle of 8.19º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F93516 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 53 22 -
CMYK 0 0.79 0.91 0.02
HSL 8.19º 0.95% 0.53% -
HSV(B) 8.19º 0.91% 0.98% -
XYZ 40.48 22.74 3.02 -
YUV 108.07 79.43 228.52 -
System Red Green Blue C M Y K H S L
Decimal 249 53 22 0 0.79 0.91 0.02 8.19 0.95 0.53
Hex F9 35 16 0 4F 5B 2 8 5F 35
Octal 371 65 26 0 117 133 2 10 137 65
Binary 11111001 110101 10110 0 1001111 1011011 10 1000 1011111 110101

Color Harmonies of #F93516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93516

Black with #F93516

Text Example


Text Example

White with #F93516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93516; }

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

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

background-color css

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

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

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

border-color css

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

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

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