Html Css Color HEX #F11B15 Scarlet

📋 copy color: '#F11B15'

red 241 ◦ green 27 ◦ blue 21

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

Shades of Scarlet #F11B15

Tints of Scarlet #F11B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 83.39%
G = 9.34%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F11B15 (or 0xF11B15) is known color: Scarlet. HEX triplet: F1, 1B and 15. RGB value is (241,27,21). Sum of RGB (Red+Green+Blue) = 241+27+21=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11B15 is #0EE4EA. Grayscale: #5A5A5A. Windows color (decimal): -976107 or 1383409. OLE color: 1383409.

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

Color convert

RGB 241 27 21 -
CMYK 0 0.89 0.91 0.05
HSL 1.64º 0.89% 0.51% -
HSV(B) 1.64º 0.91% 0.95% -
XYZ 36.8 19.54 2.54 -
YUV 90.3 88.9 235.49 -
System Red Green Blue C M Y K H S L
Decimal 241 27 21 0 0.89 0.91 0.05 1.64 0.89 0.51
Hex F1 1B 15 0 59 5B 5 2 59 33
Octal 361 33 25 0 131 133 5 2 131 63
Binary 11110001 11011 10101 0 1011001 1011011 101 10 1011001 110011

Color Harmonies of #F11B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11B15

Black with #F11B15

Text Example


Text Example

White with #F11B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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