Html Css Color HEX #F0132F Torch Red

📋 copy color: '#F0132F'

red 240 ◦ green 19 ◦ blue 47

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

Shades of Torch Red #F0132F

Tints of Torch Red #F0132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 78.43%
G = 6.21%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0132F (or 0xF0132F) is known color: Torch Red. HEX triplet: F0, 13 and 2F. RGB value is (240,19,47). Sum of RGB (Red+Green+Blue) = 240+19+47=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0132F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0132F is #0FECD0. Grayscale: #585858. Windows color (decimal): -1043665 or 3085296. OLE color: 3085296.

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

Color convert

RGB 240 19 47 -
CMYK 0 0.92 0.80 0.06
HSL 352.4º 0.88% 0.51% -
HSV(B) 352.4º 0.92% 0.94% -
XYZ 36.68 19.2 4.46 -
YUV 88.27 104.72 236.22 -
System Red Green Blue C M Y K H S L
Decimal 240 19 47 0 0.92 0.80 0.06 352.4 0.88 0.51
Hex F0 13 2F 0 5C 50 6 160 58 33
Octal 360 23 57 0 134 120 6 540 130 63
Binary 11110000 10011 101111 0 1011100 1010000 110 101100000 1011000 110011

Color Harmonies of #F0132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0132F

Black with #F0132F

Text Example


Text Example

White with #F0132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0132F; }

 p { color: rgb(240,19,47); }

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

background-color css

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

 a { background-color: rgb(240,19,47); }

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

border-color css

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

 span { border-color: rgb(240,19,47); }

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