Html Css Color HEX #F53013 Scarlet

📋 copy color: '#F53013'

red 245 ◦ green 48 ◦ blue 19

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

Shades of Scarlet #F53013

Tints of Scarlet #F53013

RGB

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

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

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

R = 78.53%
G = 15.38%
B = 6.09%

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

#F53013 (or 0xF53013) is known color: Scarlet. HEX triplet: F5, 30 and 13. RGB value is (245,48,19). Sum of RGB (Red+Green+Blue) = 245+48+19=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F53013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53013 is #0ACFEC. Grayscale: #676767. Windows color (decimal): -708589 or 1257717. OLE color: 1257717.

HSL color Cylindrical-coordinate representation of color #F53013: hue angle of 7.7º 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 #F53013 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 19 -
CMYK 0 0.80 0.92 0.04
HSL 7.7º 0.92% 0.52% -
HSV(B) 7.7º 0.92% 0.96% -
XYZ 38.83 21.57 2.73 -
YUV 103.6 80.27 228.86 -
System Red Green Blue C M Y K H S L
Decimal 245 48 19 0 0.80 0.92 0.04 7.7 0.92 0.52
Hex F5 30 13 0 50 5C 4 8 5C 34
Octal 365 60 23 0 120 134 4 10 134 64
Binary 11110101 110000 10011 0 1010000 1011100 100 1000 1011100 110100

Color Harmonies of #F53013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53013

Black with #F53013

Text Example


Text Example

White with #F53013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53013; }

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

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

background-color css

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

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

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

border-color css

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

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

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