Html Css Color HEX #F41624 Torch Red

📋 copy color: '#F41624'

red 244 ◦ green 22 ◦ blue 36

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

Shades of Torch Red #F41624

Tints of Torch Red #F41624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 80.79%
G = 7.28%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F41624 (or 0xF41624) is known color: Torch Red. HEX triplet: F4, 16 and 24. RGB value is (244,22,36). Sum of RGB (Red+Green+Blue) = 244+22+36=302 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.79% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 244 - color contains mainly: red. Hex color #F41624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41624 is #0BE9DB. Grayscale: #5A5A5A. Windows color (decimal): -780764 or 2365172. OLE color: 2365172.

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

Color convert

RGB 244 22 36 -
CMYK 0 0.91 0.85 0.04
HSL 356.22º 0.91% 0.52% -
HSV(B) 356.22º 0.91% 0.96% -
XYZ 37.91 19.93 3.52 -
YUV 89.97 97.55 237.86 -
System Red Green Blue C M Y K H S L
Decimal 244 22 36 0 0.91 0.85 0.04 356.22 0.91 0.52
Hex F4 16 24 0 5B 55 4 164 5B 34
Octal 364 26 44 0 133 125 4 544 133 64
Binary 11110100 10110 100100 0 1011011 1010101 100 101100100 1011011 110100

Color Harmonies of #F41624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41624

Black with #F41624

Text Example


Text Example

White with #F41624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41624; }

 p { color: rgb(244,22,36); }

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

background-color css

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

 a { background-color: rgb(244,22,36); }

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

border-color css

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

 span { border-color: rgb(244,22,36); }

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