Html Css Color HEX #F11511 Scarlet

📋 copy color: '#F11511'

red 241 ◦ green 21 ◦ blue 17

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

Shades of Scarlet #F11511

Tints of Scarlet #F11511

RGB

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

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

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

R = 86.38%
G = 7.53%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11511 (or 0xF11511) is known color: Scarlet. HEX triplet: F1, 15 and 11. RGB value is (241,21,17). Sum of RGB (Red+Green+Blue) = 241+21+17=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F11511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11511 is #0EEAEE. Grayscale: #565656. Windows color (decimal): -977647 or 1119729. OLE color: 1119729.

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

Color convert

RGB 241 21 17 -
CMYK 0 0.91 0.93 0.05
HSL 1.07º 0.89% 0.51% -
HSV(B) 1.07º 0.93% 0.95% -
XYZ 36.64 19.28 2.32 -
YUV 86.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 241 21 17 0 0.91 0.93 0.05 1.07 0.89 0.51
Hex F1 15 11 0 5B 5D 5 1 59 33
Octal 361 25 21 0 133 135 5 1 131 63
Binary 11110001 10101 10001 0 1011011 1011101 101 1 1011001 110011

Color Harmonies of #F11511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11511

Black with #F11511

Text Example


Text Example

White with #F11511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11511; }

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

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

background-color css

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

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

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

border-color css

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

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

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