Html Css Color HEX #F11427 Torch Red

📋 copy color: '#F11427'

red 241 ◦ green 20 ◦ blue 39

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

Shades of Torch Red #F11427

Tints of Torch Red #F11427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

 BLUE value IS 39 (15.63% from 255) = 13%

R = 80.33%
G = 6.67%
B = 13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F11427 (or 0xF11427) is known color: Torch Red. HEX triplet: F1, 14 and 27. RGB value is (241,20,39). Sum of RGB (Red+Green+Blue) = 241+20+39=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F11427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11427 is #0EEBD8. Grayscale: #585858. Windows color (decimal): -977881 or 2561265. OLE color: 2561265.

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

Color convert

RGB 241 20 39 -
CMYK 0 0.92 0.84 0.05
HSL 354.84º 0.89% 0.51% -
HSV(B) 354.84º 0.92% 0.95% -
XYZ 36.89 19.35 3.71 -
YUV 88.25 100.22 236.96 -
System Red Green Blue C M Y K H S L
Decimal 241 20 39 0 0.92 0.84 0.05 354.84 0.89 0.51
Hex F1 14 27 0 5C 54 5 163 59 33
Octal 361 24 47 0 134 124 5 543 131 63
Binary 11110001 10100 100111 0 1011100 1010100 101 101100011 1011001 110011

Color Harmonies of #F11427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11427

Black with #F11427

Text Example


Text Example

White with #F11427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11427; }

 p { color: rgb(241,20,39); }

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

background-color css

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

 a { background-color: rgb(241,20,39); }

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

border-color css

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

 span { border-color: rgb(241,20,39); }

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