Html Css Color HEX #F41726 Torch Red

📋 copy color: '#F41726'

red 244 ◦ green 23 ◦ blue 38

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

Shades of Torch Red #F41726

Tints of Torch Red #F41726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 80%
G = 7.54%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F41726 (or 0xF41726) is known color: Torch Red. HEX triplet: F4, 17 and 26. RGB value is (244,23,38). Sum of RGB (Red+Green+Blue) = 244+23+38=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F41726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41726 is #0BE8D9. Grayscale: #5A5A5A. Windows color (decimal): -780506 or 2496500. OLE color: 2496500.

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

Color convert

RGB 244 23 38 -
CMYK 0 0.91 0.84 0.04
HSL 355.93º 0.91% 0.52% -
HSV(B) 355.93º 0.91% 0.96% -
XYZ 37.96 19.99 3.69 -
YUV 90.79 98.22 237.28 -
System Red Green Blue C M Y K H S L
Decimal 244 23 38 0 0.91 0.84 0.04 355.93 0.91 0.52
Hex F4 17 26 0 5B 54 4 164 5B 34
Octal 364 27 46 0 133 124 4 544 133 64
Binary 11110100 10111 100110 0 1011011 1010100 100 101100100 1011011 110100

Color Harmonies of #F41726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41726

Black with #F41726

Text Example


Text Example

White with #F41726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41726; }

 p { color: rgb(244,23,38); }

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

background-color css

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

 a { background-color: rgb(244,23,38); }

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

border-color css

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

 span { border-color: rgb(244,23,38); }

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