Html Css Color HEX #F41301 Scarlet

📋 copy color: '#F41301'

red 244 ◦ green 19 ◦ blue 1

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

Shades of Scarlet #F41301

Tints of Scarlet #F41301

RGB

 RED value IS 244 (95.7% from 255) = 92.42%

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 92.42%
G = 7.2%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F41301 (or 0xF41301) is known color: Scarlet. HEX triplet: F4, 13 and 01. RGB value is (244,19,1). Sum of RGB (Red+Green+Blue) = 244+19+1=264 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.42% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 244 - color contains mainly: red. Hex color #F41301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41301 is #0BECFE. Grayscale: #545454. Windows color (decimal): -781567 or 70644. OLE color: 70644.

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

Color convert

RGB 244 19 1 -
CMYK 0 0.92 1.00 0.04
HSL 4.44º 0.99% 0.48% -
HSV(B) 4.44º 1% 0.96% -
XYZ 37.55 19.7 1.85 -
YUV 84.22 81.04 241.96 -
System Red Green Blue C M Y K H S L
Decimal 244 19 1 0 0.92 1.00 0.04 4.44 0.99 0.48
Hex F4 13 1 0 5C 64 4 4 63 30
Octal 364 23 1 0 134 144 4 4 143 60
Binary 11110100 10011 1 0 1011100 1100100 100 100 1100011 110000

Color Harmonies of #F41301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41301

Black with #F41301

Text Example


Text Example

White with #F41301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41301; }

 p { color: rgb(244,19,1); }

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

background-color css

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

 a { background-color: rgb(244,19,1); }

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

border-color css

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

 span { border-color: rgb(244,19,1); }

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