Html Css Color HEX #F53001 Scarlet

📋 copy color: '#F53001'

red 245 ◦ green 48 ◦ blue 1

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

Shades of Scarlet #F53001

Tints of Scarlet #F53001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.33%

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

R = 83.33%
G = 16.33%
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

#F53001 (or 0xF53001) is known color: Scarlet. HEX triplet: F5, 30 and 01. RGB value is (245,48,1). Sum of RGB (Red+Green+Blue) = 245+48+1=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F53001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53001 is #0ACFFE. Grayscale: #656565. Windows color (decimal): -708607 or 78069. OLE color: 78069.

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

Color convert

RGB 245 48 1 -
CMYK 0 0.80 1.00 0.04
HSL 11.56º 0.99% 0.48% -
HSV(B) 11.56º 1% 0.96% -
XYZ 38.72 21.53 2.14 -
YUV 101.55 71.27 230.32 -
System Red Green Blue C M Y K H S L
Decimal 245 48 1 0 0.80 1.00 0.04 11.56 0.99 0.48
Hex F5 30 1 0 50 64 4 C 63 30
Octal 365 60 1 0 120 144 4 14 143 60
Binary 11110101 110000 1 0 1010000 1100100 100 1100 1100011 110000

Color Harmonies of #F53001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53001

Black with #F53001

Text Example


Text Example

White with #F53001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53001; }

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

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

background-color css

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

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

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

border-color css

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

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

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