Html Css Color HEX #F41618 Torch Red

📋 copy color: '#F41618'

red 244 ◦ green 22 ◦ blue 24

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

Shades of Torch Red #F41618

Tints of Torch Red #F41618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 84.14%
G = 7.59%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F41618 (or 0xF41618) is known color: Torch Red. HEX triplet: F4, 16 and 18. RGB value is (244,22,24). Sum of RGB (Red+Green+Blue) = 244+22+24=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F41618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41618 is #0BE9E7. Grayscale: #585858. Windows color (decimal): -780776 or 1578740. OLE color: 1578740.

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

Color convert

RGB 244 22 24 -
CMYK 0 0.91 0.90 0.04
HSL 359.46º 0.91% 0.52% -
HSV(B) 359.46º 0.91% 0.96% -
XYZ 37.76 19.87 2.71 -
YUV 88.61 91.55 238.84 -
System Red Green Blue C M Y K H S L
Decimal 244 22 24 0 0.91 0.90 0.04 359.46 0.91 0.52
Hex F4 16 18 0 5B 5A 4 167 5B 34
Octal 364 26 30 0 133 132 4 547 133 64
Binary 11110100 10110 11000 0 1011011 1011010 100 101100111 1011011 110100

Color Harmonies of #F41618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41618

Black with #F41618

Text Example


Text Example

White with #F41618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41618; }

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

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

background-color css

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

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

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

border-color css

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

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

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