Html Css Color HEX #F41526 Torch Red

📋 copy color: '#F41526'

red 244 ◦ green 21 ◦ blue 38

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

Shades of Torch Red #F41526

Tints of Torch Red #F41526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

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

R = 80.53%
G = 6.93%
B = 12.54%

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

#F41526 (or 0xF41526) is known color: Torch Red. HEX triplet: F4, 15 and 26. RGB value is (244,21,38). Sum of RGB (Red+Green+Blue) = 244+21+38=303 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.53% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 244 - color contains mainly: red. Hex color #F41526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41526 is #0BEAD9. Grayscale: #595959. Windows color (decimal): -781018 or 2495988. OLE color: 2495988.

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

Color convert

RGB 244 21 38 -
CMYK 0 0.91 0.84 0.04
HSL 355.43º 0.91% 0.52% -
HSV(B) 355.43º 0.91% 0.96% -
XYZ 37.93 19.91 3.68 -
YUV 89.62 98.88 238.12 -
System Red Green Blue C M Y K H S L
Decimal 244 21 38 0 0.91 0.84 0.04 355.43 0.91 0.52
Hex F4 15 26 0 5B 54 4 163 5B 34
Octal 364 25 46 0 133 124 4 543 133 64
Binary 11110100 10101 100110 0 1011011 1010100 100 101100011 1011011 110100

Color Harmonies of #F41526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41526

Black with #F41526

Text Example


Text Example

White with #F41526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41526; }

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

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

background-color css

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

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

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

border-color css

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

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

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