Html Css Color HEX #F11503 Scarlet

📋 copy color: '#F11503'

red 241 ◦ green 21 ◦ blue 3

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

Shades of Scarlet #F11503

Tints of Scarlet #F11503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 90.94%
G = 7.92%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F11503 (or 0xF11503) is known color: Scarlet. HEX triplet: F1, 15 and 03. RGB value is (241,21,3). Sum of RGB (Red+Green+Blue) = 241+21+3=265 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.94% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 241 - color contains mainly: red. Hex color #F11503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11503 is #0EEAFC. Grayscale: #555555. Windows color (decimal): -977661 or 202225. OLE color: 202225.

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

Color convert

RGB 241 21 3 -
CMYK 0 0.91 0.99 0.05
HSL 4.54º 0.98% 0.48% -
HSV(B) 4.54º 0.99% 0.95% -
XYZ 36.56 19.24 1.87 -
YUV 84.73 81.89 239.46 -
System Red Green Blue C M Y K H S L
Decimal 241 21 3 0 0.91 0.99 0.05 4.54 0.98 0.48
Hex F1 15 3 0 5B 63 5 5 62 30
Octal 361 25 3 0 133 143 5 5 142 60
Binary 11110001 10101 11 0 1011011 1100011 101 101 1100010 110000

Color Harmonies of #F11503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11503

Black with #F11503

Text Example


Text Example

White with #F11503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11503; }

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

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

background-color css

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

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

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

border-color css

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

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

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