Html Css Color HEX #F41928 Torch Red

📋 copy color: '#F41928'

red 244 ◦ green 25 ◦ blue 40

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

Shades of Torch Red #F41928

Tints of Torch Red #F41928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

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

R = 78.96%
G = 8.09%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F41928 (or 0xF41928) is known color: Torch Red. HEX triplet: F4, 19 and 28. RGB value is (244,25,40). Sum of RGB (Red+Green+Blue) = 244+25+40=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F41928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41928 is #0BE6D7. Grayscale: #5C5C5C. Windows color (decimal): -779992 or 2628084. OLE color: 2628084.

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

Color convert

RGB 244 25 40 -
CMYK 0 0.90 0.84 0.04
HSL 355.89º 0.91% 0.53% -
HSV(B) 355.89º 0.9% 0.96% -
XYZ 38.04 20.08 3.88 -
YUV 92.19 98.55 236.28 -
System Red Green Blue C M Y K H S L
Decimal 244 25 40 0 0.90 0.84 0.04 355.89 0.91 0.53
Hex F4 19 28 0 5A 54 4 164 5B 35
Octal 364 31 50 0 132 124 4 544 133 65
Binary 11110100 11001 101000 0 1011010 1010100 100 101100100 1011011 110101

Color Harmonies of #F41928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41928

Black with #F41928

Text Example


Text Example

White with #F41928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41928; }

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

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

background-color css

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

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

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

border-color css

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

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

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