Html Css Color HEX #F11315 Torch Red

📋 copy color: '#F11315'

red 241 ◦ green 19 ◦ blue 21

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

Shades of Torch Red #F11315

Tints of Torch Red #F11315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

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

R = 85.77%
G = 6.76%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F11315 (or 0xF11315) is known color: Torch Red. HEX triplet: F1, 13 and 15. RGB value is (241,19,21). Sum of RGB (Red+Green+Blue) = 241+19+21=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F11315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11315 is #0EECEA. Grayscale: #555555. Windows color (decimal): -978155 or 1381361. OLE color: 1381361.

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

Color convert

RGB 241 19 21 -
CMYK 0 0.92 0.91 0.05
HSL 359.46º 0.89% 0.51% -
HSV(B) 359.46º 0.92% 0.95% -
XYZ 36.64 19.22 2.49 -
YUV 85.61 91.55 238.84 -
System Red Green Blue C M Y K H S L
Decimal 241 19 21 0 0.92 0.91 0.05 359.46 0.89 0.51
Hex F1 13 15 0 5C 5B 5 167 59 33
Octal 361 23 25 0 134 133 5 547 131 63
Binary 11110001 10011 10101 0 1011100 1011011 101 101100111 1011001 110011

Color Harmonies of #F11315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11315

Black with #F11315

Text Example


Text Example

White with #F11315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11315; }

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

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

background-color css

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

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

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

border-color css

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

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

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