Html Css Color HEX #F83110 Scarlet

📋 copy color: '#F83110'

red 248 ◦ green 49 ◦ blue 16

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

Shades of Scarlet #F83110

Tints of Scarlet #F83110

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 79.23%
G = 15.65%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F83110 (or 0xF83110) is known color: Scarlet. HEX triplet: F8, 31 and 10. RGB value is (248,49,16). Sum of RGB (Red+Green+Blue) = 248+49+16=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F83110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83110 is #07CEEF. Grayscale: #696969. Windows color (decimal): -511728 or 1061368. OLE color: 1061368.

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

Color convert

RGB 248 49 16 -
CMYK 0 0.80 0.94 0.03
HSL 8.53º 0.94% 0.52% -
HSV(B) 8.53º 0.94% 0.97% -
XYZ 39.9 22.19 2.67 -
YUV 104.74 77.93 230.18 -
System Red Green Blue C M Y K H S L
Decimal 248 49 16 0 0.80 0.94 0.03 8.53 0.94 0.52
Hex F8 31 10 0 50 5E 3 9 5E 34
Octal 370 61 20 0 120 136 3 11 136 64
Binary 11111000 110001 10000 0 1010000 1011110 11 1001 1011110 110100

Color Harmonies of #F83110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83110

Black with #F83110

Text Example


Text Example

White with #F83110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83110; }

 p { color: rgb(248,49,16); }

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

background-color css

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

 a { background-color: rgb(248,49,16); }

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

border-color css

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

 span { border-color: rgb(248,49,16); }

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