Html Css Color HEX #F41845 Torch Red

📋 copy color: '#F41845'

red 244 ◦ green 24 ◦ blue 69

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

Shades of Torch Red #F41845

Tints of Torch Red #F41845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 72.4%
G = 7.12%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F41845 (or 0xF41845) is known color: Torch Red. HEX triplet: F4, 18 and 45. RGB value is (244,24,69). Sum of RGB (Red+Green+Blue) = 244+24+69=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F41845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41845 is #0BE7BA. Grayscale: #5E5E5E. Windows color (decimal): -780219 or 4528372. OLE color: 4528372.

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

Color convert

RGB 244 24 69 -
CMYK 0 0.90 0.72 0.04
HSL 347.73º 0.91% 0.53% -
HSV(B) 347.73º 0.9% 0.96% -
XYZ 38.71 20.32 7.51 -
YUV 94.91 113.39 234.34 -
System Red Green Blue C M Y K H S L
Decimal 244 24 69 0 0.90 0.72 0.04 347.73 0.91 0.53
Hex F4 18 45 0 5A 48 4 15C 5B 35
Octal 364 30 105 0 132 110 4 534 133 65
Binary 11110100 11000 1000101 0 1011010 1001000 100 101011100 1011011 110101

Color Harmonies of #F41845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41845

Black with #F41845

Text Example


Text Example

White with #F41845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41845; }

 p { color: rgb(244,24,69); }

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

background-color css

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

 a { background-color: rgb(244,24,69); }

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

border-color css

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

 span { border-color: rgb(244,24,69); }

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