Html Css Color HEX #F41128 Torch Red

📋 copy color: '#F41128'

red 244 ◦ green 17 ◦ blue 40

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

Shades of Torch Red #F41128

Tints of Torch Red #F41128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 81.06%
G = 5.65%
B = 13.29%

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

#F41128 (or 0xF41128) is known color: Torch Red. HEX triplet: F4, 11 and 28. RGB value is (244,17,40). Sum of RGB (Red+Green+Blue) = 244+17+40=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F41128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41128 is #0BEED7. Grayscale: #575757. Windows color (decimal): -782040 or 2626036. OLE color: 2626036.

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

Color convert

RGB 244 17 40 -
CMYK 0 0.93 0.84 0.04
HSL 353.92º 0.91% 0.51% -
HSV(B) 353.92º 0.93% 0.96% -
XYZ 37.89 19.79 3.83 -
YUV 87.5 101.21 239.63 -
System Red Green Blue C M Y K H S L
Decimal 244 17 40 0 0.93 0.84 0.04 353.92 0.91 0.51
Hex F4 11 28 0 5D 54 4 162 5B 33
Octal 364 21 50 0 135 124 4 542 133 63
Binary 11110100 10001 101000 0 1011101 1010100 100 101100010 1011011 110011

Color Harmonies of #F41128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41128

Black with #F41128

Text Example


Text Example

White with #F41128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41128; }

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

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

background-color css

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

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

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

border-color css

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

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

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