Html Css Color HEX #F11811 Scarlet

📋 copy color: '#F11811'

red 241 ◦ green 24 ◦ blue 17

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

Shades of Scarlet #F11811

Tints of Scarlet #F11811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 85.46%
G = 8.51%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11811 (or 0xF11811) is known color: Scarlet. HEX triplet: F1, 18 and 11. RGB value is (241,24,17). Sum of RGB (Red+Green+Blue) = 241+24+17=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11811 is #0EE7EE. Grayscale: #585858. Windows color (decimal): -976879 or 1120497. OLE color: 1120497.

HSL color Cylindrical-coordinate representation of color #F11811: hue angle of 1.88º 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 #F11811 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 17 -
CMYK 0 0.90 0.93 0.05
HSL 1.88º 0.89% 0.51% -
HSV(B) 1.88º 0.93% 0.95% -
XYZ 36.7 19.39 2.34 -
YUV 88.09 87.89 237.07 -
System Red Green Blue C M Y K H S L
Decimal 241 24 17 0 0.90 0.93 0.05 1.88 0.89 0.51
Hex F1 18 11 0 5A 5D 5 2 59 33
Octal 361 30 21 0 132 135 5 2 131 63
Binary 11110001 11000 10001 0 1011010 1011101 101 10 1011001 110011

Color Harmonies of #F11811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11811

Black with #F11811

Text Example


Text Example

White with #F11811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11811; }

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

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

background-color css

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

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

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

border-color css

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

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

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