Html Css Color HEX #F13011 Scarlet

📋 copy color: '#F13011'

red 241 ◦ green 48 ◦ blue 17

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

Shades of Scarlet #F13011

Tints of Scarlet #F13011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 78.76%
G = 15.69%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F13011 (or 0xF13011) is known color: Scarlet. HEX triplet: F1, 30 and 11. RGB value is (241,48,17). Sum of RGB (Red+Green+Blue) = 241+48+17=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F13011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13011 is #0ECFEE. Grayscale: #666666. Windows color (decimal): -970735 or 1126641. OLE color: 1126641.

HSL color Cylindrical-coordinate representation of color #F13011: hue angle of 8.3º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F13011 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 17 -
CMYK 0 0.80 0.93 0.05
HSL 8.3º 0.89% 0.51% -
HSV(B) 8.3º 0.93% 0.95% -
XYZ 37.43 20.86 2.58 -
YUV 102.17 79.94 227.02 -
System Red Green Blue C M Y K H S L
Decimal 241 48 17 0 0.80 0.93 0.05 8.3 0.89 0.51
Hex F1 30 11 0 50 5D 5 8 59 33
Octal 361 60 21 0 120 135 5 10 131 63
Binary 11110001 110000 10001 0 1010000 1011101 101 1000 1011001 110011

Color Harmonies of #F13011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13011

Black with #F13011

Text Example


Text Example

White with #F13011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13011; }

 p { color: rgb(241,48,17); }

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

background-color css

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

 a { background-color: rgb(241,48,17); }

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

border-color css

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

 span { border-color: rgb(241,48,17); }

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