Html Css Color HEX #F11711 Scarlet

📋 copy color: '#F11711'

red 241 ◦ green 23 ◦ blue 17

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

Shades of Scarlet #F11711

Tints of Scarlet #F11711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

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

R = 85.77%
G = 8.19%
B = 6.05%

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

#F11711 (or 0xF11711) is known color: Scarlet. HEX triplet: F1, 17 and 11. RGB value is (241,23,17). Sum of RGB (Red+Green+Blue) = 241+23+17=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F11711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11711 is #0EE8EE. Grayscale: #575757. Windows color (decimal): -977135 or 1120241. OLE color: 1120241.

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

Color convert

RGB 241 23 17 -
CMYK 0 0.90 0.93 0.05
HSL 1.61º 0.89% 0.51% -
HSV(B) 1.61º 0.93% 0.95% -
XYZ 36.68 19.35 2.33 -
YUV 87.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 241 23 17 0 0.90 0.93 0.05 1.61 0.89 0.51
Hex F1 17 11 0 5A 5D 5 2 59 33
Octal 361 27 21 0 132 135 5 2 131 63
Binary 11110001 10111 10001 0 1011010 1011101 101 10 1011001 110011

Color Harmonies of #F11711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11711

Black with #F11711

Text Example


Text Example

White with #F11711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11711; }

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

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

background-color css

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

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

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

border-color css

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

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

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