Html Css Color HEX #F53111 Scarlet

📋 copy color: '#F53111'

red 245 ◦ green 49 ◦ blue 17

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

Shades of Scarlet #F53111

Tints of Scarlet #F53111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.47%

R = 78.78%
G = 15.76%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F53111 (or 0xF53111) is known color: Scarlet. HEX triplet: F5, 31 and 11. RGB value is (245,49,17). Sum of RGB (Red+Green+Blue) = 245+49+17=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F53111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53111 is #0ACEEE. Grayscale: #686868. Windows color (decimal): -708335 or 1126901. OLE color: 1126901.

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

Color convert

RGB 245 49 17 -
CMYK 0 0.8 0.93 0.04
HSL 8.42º 0.92% 0.51% -
HSV(B) 8.42º 0.93% 0.96% -
XYZ 38.86 21.65 2.66 -
YUV 103.96 78.93 228.6 -
System Red Green Blue C M Y K H S L
Decimal 245 49 17 0 0.8 0.93 0.04 8.42 0.92 0.51
Hex F5 31 11 0 50 5D 4 8 5C 33
Octal 365 61 21 0 120 135 4 10 134 63
Binary 11110101 110001 10001 0 1010000 1011101 100 1000 1011100 110011

Color Harmonies of #F53111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53111

Black with #F53111

Text Example


Text Example

White with #F53111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53111; }

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

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

background-color css

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

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

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

border-color css

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

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

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