Html Css Color HEX #F83013 Scarlet

📋 copy color: '#F83013'

red 248 ◦ green 48 ◦ blue 19

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

Shades of Scarlet #F83013

Tints of Scarlet #F83013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 78.73%
G = 15.24%
B = 6.03%

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

#F83013 (or 0xF83013) is known color: Scarlet. HEX triplet: F8, 30 and 13. RGB value is (248,48,19). Sum of RGB (Red+Green+Blue) = 248+48+19=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F83013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83013 is #07CFEC. Grayscale: #686868. Windows color (decimal): -511981 or 1257720. OLE color: 1257720.

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

Color convert

RGB 248 48 19 -
CMYK 0 0.81 0.92 0.03
HSL 7.6º 0.94% 0.52% -
HSV(B) 7.6º 0.92% 0.97% -
XYZ 39.89 22.12 2.78 -
YUV 104.49 79.76 230.36 -
System Red Green Blue C M Y K H S L
Decimal 248 48 19 0 0.81 0.92 0.03 7.6 0.94 0.52
Hex F8 30 13 0 51 5C 3 8 5E 34
Octal 370 60 23 0 121 134 3 10 136 64
Binary 11111000 110000 10011 0 1010001 1011100 11 1000 1011110 110100

Color Harmonies of #F83013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83013

Black with #F83013

Text Example


Text Example

White with #F83013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83013; }

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

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

background-color css

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

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

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

border-color css

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

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

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