Html Css Color HEX #F53014 Scarlet

📋 copy color: '#F53014'

red 245 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #F53014

Tints of Scarlet #F53014

RGB

 RED value IS 245 (96.09% from 255) = 78.27%

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

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

R = 78.27%
G = 15.34%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F53014 (or 0xF53014) is known color: Scarlet. HEX triplet: F5, 30 and 14. RGB value is (245,48,20). Sum of RGB (Red+Green+Blue) = 245+48+20=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F53014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53014 is #0ACFEB. Grayscale: #686868. Windows color (decimal): -708588 or 1323253. OLE color: 1323253.

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

Color convert

RGB 245 48 20 -
CMYK 0 0.80 0.92 0.04
HSL 7.47º 0.92% 0.52% -
HSV(B) 7.47º 0.92% 0.96% -
XYZ 38.84 21.58 2.78 -
YUV 103.71 80.77 228.78 -
System Red Green Blue C M Y K H S L
Decimal 245 48 20 0 0.80 0.92 0.04 7.47 0.92 0.52
Hex F5 30 14 0 50 5C 4 7 5C 34
Octal 365 60 24 0 120 134 4 7 134 64
Binary 11110101 110000 10100 0 1010000 1011100 100 111 1011100 110100

Color Harmonies of #F53014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53014

Black with #F53014

Text Example


Text Example

White with #F53014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53014; }

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

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

background-color css

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

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

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

border-color css

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

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

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