Html Css Color HEX #F53119 Scarlet

📋 copy color: '#F53119'

red 245 ◦ green 49 ◦ blue 25

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

Shades of Scarlet #F53119

Tints of Scarlet #F53119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 76.8%
G = 15.36%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F53119 (or 0xF53119) is known color: Scarlet. HEX triplet: F5, 31 and 19. RGB value is (245,49,25). Sum of RGB (Red+Green+Blue) = 245+49+25=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F53119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53119 is #0ACEE6. Grayscale: #696969. Windows color (decimal): -708327 or 1651189. OLE color: 1651189.

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

Color convert

RGB 245 49 25 -
CMYK 0 0.8 0.90 0.04
HSL 6.55º 0.92% 0.53% -
HSV(B) 6.55º 0.9% 0.96% -
XYZ 38.93 21.68 3.05 -
YUV 104.87 82.93 227.95 -
System Red Green Blue C M Y K H S L
Decimal 245 49 25 0 0.8 0.90 0.04 6.55 0.92 0.53
Hex F5 31 19 0 50 5A 4 7 5C 35
Octal 365 61 31 0 120 132 4 7 134 65
Binary 11110101 110001 11001 0 1010000 1011010 100 111 1011100 110101

Color Harmonies of #F53119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53119

Black with #F53119

Text Example


Text Example

White with #F53119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53119; }

 p { color: rgb(245,49,25); }

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

background-color css

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

 a { background-color: rgb(245,49,25); }

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

border-color css

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

 span { border-color: rgb(245,49,25); }

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