Html Css Color HEX #F11713 Scarlet

📋 copy color: '#F11713'

red 241 ◦ green 23 ◦ blue 19

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

Shades of Scarlet #F11713

Tints of Scarlet #F11713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 85.16%
G = 8.13%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F11713 (or 0xF11713) is known color: Scarlet. HEX triplet: F1, 17 and 13. RGB value is (241,23,19). Sum of RGB (Red+Green+Blue) = 241+23+19=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F11713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11713 is #0EE8EC. Grayscale: #575757. Windows color (decimal): -977133 or 1251313. OLE color: 1251313.

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

Color convert

RGB 241 23 19 -
CMYK 0 0.90 0.92 0.05
HSL 1.08º 0.89% 0.51% -
HSV(B) 1.08º 0.92% 0.95% -
XYZ 36.7 19.36 2.42 -
YUV 87.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 241 23 19 0 0.90 0.92 0.05 1.08 0.89 0.51
Hex F1 17 13 0 5A 5C 5 1 59 33
Octal 361 27 23 0 132 134 5 1 131 63
Binary 11110001 10111 10011 0 1011010 1011100 101 1 1011001 110011

Color Harmonies of #F11713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11713

Black with #F11713

Text Example


Text Example

White with #F11713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11713; }

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

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

background-color css

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

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

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

border-color css

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

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

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