Html Css Color HEX #F53101 Scarlet

📋 copy color: '#F53101'

red 245 ◦ green 49 ◦ blue 1

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

Shades of Scarlet #F53101

Tints of Scarlet #F53101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 83.05%
G = 16.61%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F53101 (or 0xF53101) is known color: Scarlet. HEX triplet: F5, 31 and 01. RGB value is (245,49,1). Sum of RGB (Red+Green+Blue) = 245+49+1=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F53101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53101 is #0ACEFE. Grayscale: #666666. Windows color (decimal): -708351 or 78325. OLE color: 78325.

HSL color Cylindrical-coordinate representation of color #F53101: hue angle of 11.8º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F53101 is Cyan = 0, Magento = 0.8, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 1 -
CMYK 0 0.8 1.00 0.04
HSL 11.8º 0.99% 0.48% -
HSV(B) 11.8º 1% 0.96% -
XYZ 38.76 21.61 2.16 -
YUV 102.13 70.93 229.9 -
System Red Green Blue C M Y K H S L
Decimal 245 49 1 0 0.8 1.00 0.04 11.8 0.99 0.48
Hex F5 31 1 0 50 64 4 C 63 30
Octal 365 61 1 0 120 144 4 14 143 60
Binary 11110101 110001 1 0 1010000 1100100 100 1100 1100011 110000

Color Harmonies of #F53101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53101

Black with #F53101

Text Example


Text Example

White with #F53101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53101; }

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

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

background-color css

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

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

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

border-color css

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

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

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