Html Css Color HEX #F11D13 Scarlet

📋 copy color: '#F11D13'

red 241 ◦ green 29 ◦ blue 19

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

Shades of Scarlet #F11D13

Tints of Scarlet #F11D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

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

R = 83.39%
G = 10.03%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F11D13 (or 0xF11D13) is known color: Scarlet. HEX triplet: F1, 1D and 13. RGB value is (241,29,19). Sum of RGB (Red+Green+Blue) = 241+29+19=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11D13 is #0EE2EC. Grayscale: #5B5B5B. Windows color (decimal): -975597 or 1252849. OLE color: 1252849.

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

Color convert

RGB 241 29 19 -
CMYK 0 0.88 0.92 0.05
HSL 2.7º 0.89% 0.51% -
HSV(B) 2.7º 0.92% 0.95% -
XYZ 36.83 19.63 2.46 -
YUV 91.25 87.24 234.81 -
System Red Green Blue C M Y K H S L
Decimal 241 29 19 0 0.88 0.92 0.05 2.7 0.89 0.51
Hex F1 1D 13 0 58 5C 5 3 59 33
Octal 361 35 23 0 130 134 5 3 131 63
Binary 11110001 11101 10011 0 1011000 1011100 101 11 1011001 110011

Color Harmonies of #F11D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D13

Black with #F11D13

Text Example


Text Example

White with #F11D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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