Html Css Color HEX #F11501 Scarlet

📋 copy color: '#F11501'

red 241 ◦ green 21 ◦ blue 1

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

Shades of Scarlet #F11501

Tints of Scarlet #F11501

RGB

 RED value IS 241 (94.53% from 255) = 91.63%

 GREEN value IS 21 (8.59% from 255) = 7.98%

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

R = 91.63%
G = 7.98%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F11501 (or 0xF11501) is known color: Scarlet. HEX triplet: F1, 15 and 01. RGB value is (241,21,1). Sum of RGB (Red+Green+Blue) = 241+21+1=263 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.63% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 241 - color contains mainly: red. Hex color #F11501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11501 is #0EEAFE. Grayscale: #545454. Windows color (decimal): -977663 or 71153. OLE color: 71153.

HSL color Cylindrical-coordinate representation of color #F11501: hue angle of 5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F11501 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 21 1 -
CMYK 0 0.91 1.00 0.05
HSL 0.99% 0.47% -
HSV(B) 1% 0.95% -
XYZ 36.55 19.24 1.82 -
YUV 84.5 80.89 239.63 -
System Red Green Blue C M Y K H S L
Decimal 241 21 1 0 0.91 1.00 0.05 5 0.99 0.47
Hex F1 15 1 0 5B 64 5 5 63 2F
Octal 361 25 1 0 133 144 5 5 143 57
Binary 11110001 10101 1 0 1011011 1100100 101 101 1100011 101111

Color Harmonies of #F11501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11501

Black with #F11501

Text Example


Text Example

White with #F11501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11501; }

 p { color: rgb(241,21,1); }

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

background-color css

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

 a { background-color: rgb(241,21,1); }

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

border-color css

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

 span { border-color: rgb(241,21,1); }

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