Html Css Color HEX #F41C25 Torch Red

📋 copy color: '#F41C25'

red 244 ◦ green 28 ◦ blue 37

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

Shades of Torch Red #F41C25

Tints of Torch Red #F41C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 78.96%
G = 9.06%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F41C25 (or 0xF41C25) is known color: Torch Red. HEX triplet: F4, 1C and 25. RGB value is (244,28,37). Sum of RGB (Red+Green+Blue) = 244+28+37=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41C25 is #0BE3DA. Grayscale: #5D5D5D. Windows color (decimal): -779227 or 2432244. OLE color: 2432244.

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

Color convert

RGB 244 28 37 -
CMYK 0 0.89 0.85 0.04
HSL 357.5º 0.91% 0.53% -
HSV(B) 357.5º 0.89% 0.96% -
XYZ 38.06 20.2 3.64 -
YUV 93.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 244 28 37 0 0.89 0.85 0.04 357.5 0.91 0.53
Hex F4 1C 25 0 59 55 4 166 5B 35
Octal 364 34 45 0 131 125 4 546 133 65
Binary 11110100 11100 100101 0 1011001 1010101 100 101100110 1011011 110101

Color Harmonies of #F41C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41C25

Black with #F41C25

Text Example


Text Example

White with #F41C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41C25; }

 p { color: rgb(244,28,37); }

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

background-color css

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

 a { background-color: rgb(244,28,37); }

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

border-color css

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

 span { border-color: rgb(244,28,37); }

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