Html Css Color HEX #F41B40 Torch Red

📋 copy color: '#F41B40'

red 244 ◦ green 27 ◦ blue 64

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

Shades of Torch Red #F41B40

Tints of Torch Red #F41B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.06%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 72.84%
G = 8.06%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F41B40 (or 0xF41B40) is known color: Torch Red. HEX triplet: F4, 1B and 40. RGB value is (244,27,64). Sum of RGB (Red+Green+Blue) = 244+27+64=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41B40 is #0BE4BF. Grayscale: #606060. Windows color (decimal): -779456 or 4201460. OLE color: 4201460.

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

Color convert

RGB 244 27 64 -
CMYK 0 0.89 0.74 0.04
HSL 349.77º 0.91% 0.53% -
HSV(B) 349.77º 0.89% 0.96% -
XYZ 38.63 20.39 6.75 -
YUV 96.1 109.89 233.49 -
System Red Green Blue C M Y K H S L
Decimal 244 27 64 0 0.89 0.74 0.04 349.77 0.91 0.53
Hex F4 1B 40 0 59 4A 4 15E 5B 35
Octal 364 33 100 0 131 112 4 536 133 65
Binary 11110100 11011 1000000 0 1011001 1001010 100 101011110 1011011 110101

Color Harmonies of #F41B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41B40

Black with #F41B40

Text Example


Text Example

White with #F41B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41B40; }

 p { color: rgb(244,27,64); }

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

background-color css

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

 a { background-color: rgb(244,27,64); }

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

border-color css

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

 span { border-color: rgb(244,27,64); }

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