Html Css Color HEX #F41524 Torch Red

📋 copy color: '#F41524'

red 244 ◦ green 21 ◦ blue 36

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

Shades of Torch Red #F41524

Tints of Torch Red #F41524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 81.06%
G = 6.98%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F41524 (or 0xF41524) is known color: Torch Red. HEX triplet: F4, 15 and 24. RGB value is (244,21,36). Sum of RGB (Red+Green+Blue) = 244+21+36=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F41524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41524 is #0BEADB. Grayscale: #595959. Windows color (decimal): -781020 or 2364916. OLE color: 2364916.

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

Color convert

RGB 244 21 36 -
CMYK 0 0.91 0.85 0.04
HSL 355.96º 0.91% 0.52% -
HSV(B) 355.96º 0.91% 0.96% -
XYZ 37.89 19.9 3.51 -
YUV 89.39 97.88 238.28 -
System Red Green Blue C M Y K H S L
Decimal 244 21 36 0 0.91 0.85 0.04 355.96 0.91 0.52
Hex F4 15 24 0 5B 55 4 164 5B 34
Octal 364 25 44 0 133 125 4 544 133 64
Binary 11110100 10101 100100 0 1011011 1010101 100 101100100 1011011 110100

Color Harmonies of #F41524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41524

Black with #F41524

Text Example


Text Example

White with #F41524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41524; }

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

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

background-color css

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

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

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

border-color css

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

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

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