Html Css Color HEX #F01444 Torch Red

📋 copy color: '#F01444'

red 240 ◦ green 20 ◦ blue 68

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

Shades of Torch Red #F01444

Tints of Torch Red #F01444

RGB

 RED value IS 240 (94.14% from 255) = 73.17%

 GREEN value IS 20 (8.2% from 255) = 6.1%

 BLUE value IS 68 (26.95% from 255) = 20.73%

R = 73.17%
G = 6.1%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F01444 (or 0xF01444) is known color: Torch Red. HEX triplet: F0, 14 and 44. RGB value is (240,20,68). Sum of RGB (Red+Green+Blue) = 240+20+68=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F01444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01444 is #0FEBBB. Grayscale: #5B5B5B. Windows color (decimal): -1043388 or 4461808. OLE color: 4461808.

HSL color Cylindrical-coordinate representation of color #F01444: hue angle of 346.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01444 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 68 -
CMYK 0 0.92 0.72 0.06
HSL 346.91º 0.88% 0.51% -
HSV(B) 346.91º 0.92% 0.94% -
XYZ 37.23 19.44 7.26 -
YUV 91.25 114.89 234.1 -
System Red Green Blue C M Y K H S L
Decimal 240 20 68 0 0.92 0.72 0.06 346.91 0.88 0.51
Hex F0 14 44 0 5C 48 6 15B 58 33
Octal 360 24 104 0 134 110 6 533 130 63
Binary 11110000 10100 1000100 0 1011100 1001000 110 101011011 1011000 110011

Color Harmonies of #F01444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01444

Black with #F01444

Text Example


Text Example

White with #F01444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01444; }

 p { color: rgb(240,20,68); }

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

background-color css

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

 a { background-color: rgb(240,20,68); }

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

border-color css

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

 span { border-color: rgb(240,20,68); }

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