Html Css Color HEX #F41127 Torch Red

📋 copy color: '#F41127'

red 244 ◦ green 17 ◦ blue 39

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

Shades of Torch Red #F41127

Tints of Torch Red #F41127

RGB

 RED value IS 244 (95.7% from 255) = 81.33%

 GREEN value IS 17 (7.03% from 255) = 5.67%

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

R = 81.33%
G = 5.67%
B = 13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F41127 (or 0xF41127) is known color: Torch Red. HEX triplet: F4, 11 and 27. RGB value is (244,17,39). Sum of RGB (Red+Green+Blue) = 244+17+39=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F41127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41127 is #0BEED8. Grayscale: #575757. Windows color (decimal): -782041 or 2560500. OLE color: 2560500.

HSL color Cylindrical-coordinate representation of color #F41127: hue angle of 354.19º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41127 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 39 -
CMYK 0 0.93 0.84 0.04
HSL 354.19º 0.91% 0.51% -
HSV(B) 354.19º 0.93% 0.96% -
XYZ 37.87 19.78 3.74 -
YUV 87.38 100.71 239.71 -
System Red Green Blue C M Y K H S L
Decimal 244 17 39 0 0.93 0.84 0.04 354.19 0.91 0.51
Hex F4 11 27 0 5D 54 4 162 5B 33
Octal 364 21 47 0 135 124 4 542 133 63
Binary 11110100 10001 100111 0 1011101 1010100 100 101100010 1011011 110011

Color Harmonies of #F41127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41127

Black with #F41127

Text Example


Text Example

White with #F41127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41127; }

 p { color: rgb(244,17,39); }

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

background-color css

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

 a { background-color: rgb(244,17,39); }

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

border-color css

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

 span { border-color: rgb(244,17,39); }

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