Html Css Color HEX #F53118 Scarlet

📋 copy color: '#F53118'

red 245 ◦ green 49 ◦ blue 24

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

Shades of Scarlet #F53118

Tints of Scarlet #F53118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 77.04%
G = 15.41%
B = 7.55%

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

#F53118 (or 0xF53118) is known color: Scarlet. HEX triplet: F5, 31 and 18. RGB value is (245,49,24). Sum of RGB (Red+Green+Blue) = 245+49+24=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F53118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53118 is #0ACEE7. Grayscale: #696969. Windows color (decimal): -708328 or 1585653. OLE color: 1585653.

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

Color convert

RGB 245 49 24 -
CMYK 0 0.8 0.90 0.04
HSL 6.79º 0.92% 0.53% -
HSV(B) 6.79º 0.9% 0.96% -
XYZ 38.92 21.68 3 -
YUV 104.75 82.43 228.03 -
System Red Green Blue C M Y K H S L
Decimal 245 49 24 0 0.8 0.90 0.04 6.79 0.92 0.53
Hex F5 31 18 0 50 5A 4 7 5C 35
Octal 365 61 30 0 120 132 4 7 134 65
Binary 11110101 110001 11000 0 1010000 1011010 100 111 1011100 110101

Color Harmonies of #F53118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53118

Black with #F53118

Text Example


Text Example

White with #F53118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53118; }

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

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

background-color css

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

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

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

border-color css

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

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

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