Html Css Color HEX #F0141D Torch Red

📋 copy color: '#F0141D'

red 240 ◦ green 20 ◦ blue 29

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

Shades of Torch Red #F0141D

Tints of Torch Red #F0141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 83.04%
G = 6.92%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0141D (or 0xF0141D) is known color: Torch Red. HEX triplet: F0, 14 and 1D. RGB value is (240,20,29). Sum of RGB (Red+Green+Blue) = 240+20+29=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F0141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0141D is #0FEBE2. Grayscale: #565656. Windows color (decimal): -1043427 or 1905904. OLE color: 1905904.

HSL color Cylindrical-coordinate representation of color #F0141D: hue angle of 357.55º 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 #F0141D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 29 -
CMYK 0 0.92 0.88 0.06
HSL 357.55º 0.88% 0.51% -
HSV(B) 357.55º 0.92% 0.94% -
XYZ 36.41 19.11 2.93 -
YUV 86.81 95.39 237.27 -
System Red Green Blue C M Y K H S L
Decimal 240 20 29 0 0.92 0.88 0.06 357.55 0.88 0.51
Hex F0 14 1D 0 5C 58 6 166 58 33
Octal 360 24 35 0 134 130 6 546 130 63
Binary 11110000 10100 11101 0 1011100 1011000 110 101100110 1011000 110011

Color Harmonies of #F0141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0141D

Black with #F0141D

Text Example


Text Example

White with #F0141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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