Html Css Color HEX #F53201 Scarlet

📋 copy color: '#F53201'

red 245 ◦ green 50 ◦ blue 1

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

Shades of Scarlet #F53201

Tints of Scarlet #F53201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 82.77%
G = 16.89%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F53201 (or 0xF53201) is known color: Scarlet. HEX triplet: F5, 32 and 01. RGB value is (245,50,1). Sum of RGB (Red+Green+Blue) = 245+50+1=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F53201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53201 is #0ACDFE. Grayscale: #676767. Windows color (decimal): -708095 or 78581. OLE color: 78581.

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

Color convert

RGB 245 50 1 -
CMYK 0 0.80 1.00 0.04
HSL 12.05º 0.99% 0.48% -
HSV(B) 12.05º 1% 0.96% -
XYZ 38.8 21.7 2.17 -
YUV 102.72 70.6 229.48 -
System Red Green Blue C M Y K H S L
Decimal 245 50 1 0 0.80 1.00 0.04 12.05 0.99 0.48
Hex F5 32 1 0 50 64 4 C 63 30
Octal 365 62 1 0 120 144 4 14 143 60
Binary 11110101 110010 1 0 1010000 1100100 100 1100 1100011 110000

Color Harmonies of #F53201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53201

Black with #F53201

Text Example


Text Example

White with #F53201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53201; }

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

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

background-color css

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

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

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

border-color css

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

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

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