Html Css Color HEX #F11544 Torch Red

📋 copy color: '#F11544'

red 241 ◦ green 21 ◦ blue 68

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

Shades of Torch Red #F11544

Tints of Torch Red #F11544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 73.03%
G = 6.36%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F11544 (or 0xF11544) is known color: Torch Red. HEX triplet: F1, 15 and 44. RGB value is (241,21,68). Sum of RGB (Red+Green+Blue) = 241+21+68=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F11544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11544 is #0EEABB. Grayscale: #5C5C5C. Windows color (decimal): -977596 or 4462065. OLE color: 4462065.

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

Color convert

RGB 241 21 68 -
CMYK 0 0.91 0.72 0.05
HSL 347.18º 0.89% 0.51% -
HSV(B) 347.18º 0.91% 0.95% -
XYZ 37.59 19.65 7.28 -
YUV 92.14 114.39 234.18 -
System Red Green Blue C M Y K H S L
Decimal 241 21 68 0 0.91 0.72 0.05 347.18 0.89 0.51
Hex F1 15 44 0 5B 48 5 15B 59 33
Octal 361 25 104 0 133 110 5 533 131 63
Binary 11110001 10101 1000100 0 1011011 1001000 101 101011011 1011001 110011

Color Harmonies of #F11544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11544

Black with #F11544

Text Example


Text Example

White with #F11544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11544; }

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

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

background-color css

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

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

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

border-color css

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

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

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