Html Css Color HEX #F83014 Scarlet

📋 copy color: '#F83014'

red 248 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #F83014

Tints of Scarlet #F83014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 78.48%
G = 15.19%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F83014 (or 0xF83014) is known color: Scarlet. HEX triplet: F8, 30 and 14. RGB value is (248,48,20). Sum of RGB (Red+Green+Blue) = 248+48+20=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F83014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83014 is #07CFEB. Grayscale: #686868. Windows color (decimal): -511980 or 1323256. OLE color: 1323256.

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

Color convert

RGB 248 48 20 -
CMYK 0 0.81 0.92 0.03
HSL 7.37º 0.94% 0.53% -
HSV(B) 7.37º 0.92% 0.97% -
XYZ 39.89 22.12 2.83 -
YUV 104.61 80.26 230.28 -
System Red Green Blue C M Y K H S L
Decimal 248 48 20 0 0.81 0.92 0.03 7.37 0.94 0.53
Hex F8 30 14 0 51 5C 3 7 5E 35
Octal 370 60 24 0 121 134 3 7 136 65
Binary 11111000 110000 10100 0 1010001 1011100 11 111 1011110 110101

Color Harmonies of #F83014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83014

Black with #F83014

Text Example


Text Example

White with #F83014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83014; }

 p { color: rgb(248,48,20); }

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

background-color css

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

 a { background-color: rgb(248,48,20); }

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

border-color css

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

 span { border-color: rgb(248,48,20); }

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