Html Css Color HEX #F41D2C Torch Red

📋 copy color: '#F41D2C'

red 244 ◦ green 29 ◦ blue 44

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

Shades of Torch Red #F41D2C

Tints of Torch Red #F41D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 76.97%
G = 9.15%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F41D2C (or 0xF41D2C) is known color: Torch Red. HEX triplet: F4, 1D and 2C. RGB value is (244,29,44). Sum of RGB (Red+Green+Blue) = 244+29+44=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41D2C is #0BE2D3. Grayscale: #5F5F5F. Windows color (decimal): -778964 or 2891252. OLE color: 2891252.

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

Color convert

RGB 244 29 44 -
CMYK 0 0.88 0.82 0.04
HSL 355.81º 0.91% 0.54% -
HSV(B) 355.81º 0.88% 0.96% -
XYZ 38.2 20.29 4.29 -
YUV 95 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 244 29 44 0 0.88 0.82 0.04 355.81 0.91 0.54
Hex F4 1D 2C 0 58 52 4 164 5B 36
Octal 364 35 54 0 130 122 4 544 133 66
Binary 11110100 11101 101100 0 1011000 1010010 100 101100100 1011011 110110

Color Harmonies of #F41D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41D2C

Black with #F41D2C

Text Example


Text Example

White with #F41D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41D2C; }

 p { color: rgb(244,29,44); }

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

background-color css

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

 a { background-color: rgb(244,29,44); }

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

border-color css

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

 span { border-color: rgb(244,29,44); }

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