Html Css Color HEX #F11523 Torch Red

📋 copy color: '#F11523'

red 241 ◦ green 21 ◦ blue 35

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

Shades of Torch Red #F11523

Tints of Torch Red #F11523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

 BLUE value IS 35 (14.06% from 255) = 11.78%

R = 81.14%
G = 7.07%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F11523 (or 0xF11523) is known color: Torch Red. HEX triplet: F1, 15 and 23. RGB value is (241,21,35). Sum of RGB (Red+Green+Blue) = 241+21+35=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F11523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11523 is #0EEADC. Grayscale: #585858. Windows color (decimal): -977629 or 2299377. OLE color: 2299377.

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

Color convert

RGB 241 21 35 -
CMYK 0 0.91 0.85 0.05
HSL 356.18º 0.89% 0.51% -
HSV(B) 356.18º 0.91% 0.95% -
XYZ 36.85 19.36 3.38 -
YUV 88.38 97.89 236.86 -
System Red Green Blue C M Y K H S L
Decimal 241 21 35 0 0.91 0.85 0.05 356.18 0.89 0.51
Hex F1 15 23 0 5B 55 5 164 59 33
Octal 361 25 43 0 133 125 5 544 131 63
Binary 11110001 10101 100011 0 1011011 1010101 101 101100100 1011001 110011

Color Harmonies of #F11523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11523

Black with #F11523

Text Example


Text Example

White with #F11523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11523; }

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

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

background-color css

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

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

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

border-color css

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

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

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