Html Css Color HEX #F41436 Torch Red

📋 copy color: '#F41436'

red 244 ◦ green 20 ◦ blue 54

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

Shades of Torch Red #F41436

Tints of Torch Red #F41436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 76.73%
G = 6.29%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F41436 (or 0xF41436) is known color: Torch Red. HEX triplet: F4, 14 and 36. RGB value is (244,20,54). Sum of RGB (Red+Green+Blue) = 244+20+54=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F41436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41436 is #0BEBC9. Grayscale: #5A5A5A. Windows color (decimal): -781258 or 3544308. OLE color: 3544308.

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

Color convert

RGB 244 20 54 -
CMYK 0 0.92 0.78 0.04
HSL 350.89º 0.91% 0.52% -
HSV(B) 350.89º 0.92% 0.96% -
XYZ 38.22 20 5.34 -
YUV 90.85 107.21 237.24 -
System Red Green Blue C M Y K H S L
Decimal 244 20 54 0 0.92 0.78 0.04 350.89 0.91 0.52
Hex F4 14 36 0 5C 4E 4 15F 5B 34
Octal 364 24 66 0 134 116 4 537 133 64
Binary 11110100 10100 110110 0 1011100 1001110 100 101011111 1011011 110100

Color Harmonies of #F41436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41436

Black with #F41436

Text Example


Text Example

White with #F41436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41436; }

 p { color: rgb(244,20,54); }

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

background-color css

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

 a { background-color: rgb(244,20,54); }

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

border-color css

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

 span { border-color: rgb(244,20,54); }

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