Html Css Color HEX #F11C11 Scarlet

📋 copy color: '#F11C11'

red 241 ◦ green 28 ◦ blue 17

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

Shades of Scarlet #F11C11

Tints of Scarlet #F11C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

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

R = 84.27%
G = 9.79%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11C11 (or 0xF11C11) is known color: Scarlet. HEX triplet: F1, 1C and 11. RGB value is (241,28,17). Sum of RGB (Red+Green+Blue) = 241+28+17=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11C11 is #0EE3EE. Grayscale: #5A5A5A. Windows color (decimal): -975855 or 1121521. OLE color: 1121521.

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

Color convert

RGB 241 28 17 -
CMYK 0 0.88 0.93 0.05
HSL 2.95º 0.89% 0.51% -
HSV(B) 2.95º 0.93% 0.95% -
XYZ 36.79 19.57 2.37 -
YUV 90.43 86.57 235.39 -
System Red Green Blue C M Y K H S L
Decimal 241 28 17 0 0.88 0.93 0.05 2.95 0.89 0.51
Hex F1 1C 11 0 58 5D 5 3 59 33
Octal 361 34 21 0 130 135 5 3 131 63
Binary 11110001 11100 10001 0 1011000 1011101 101 11 1011001 110011

Color Harmonies of #F11C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C11

Black with #F11C11

Text Example


Text Example

White with #F11C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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