Html Css Color HEX #F0132C Torch Red

📋 copy color: '#F0132C'

red 240 ◦ green 19 ◦ blue 44

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

Shades of Torch Red #F0132C

Tints of Torch Red #F0132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 79.21%
G = 6.27%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0132C (or 0xF0132C) is known color: Torch Red. HEX triplet: F0, 13 and 2C. RGB value is (240,19,44). Sum of RGB (Red+Green+Blue) = 240+19+44=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0132C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0132C is #0FECD3. Grayscale: #585858. Windows color (decimal): -1043668 or 2888688. OLE color: 2888688.

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

Color convert

RGB 240 19 44 -
CMYK 0 0.92 0.82 0.06
HSL 353.21º 0.88% 0.51% -
HSV(B) 353.21º 0.92% 0.94% -
XYZ 36.62 19.17 4.15 -
YUV 87.93 103.22 236.47 -
System Red Green Blue C M Y K H S L
Decimal 240 19 44 0 0.92 0.82 0.06 353.21 0.88 0.51
Hex F0 13 2C 0 5C 52 6 161 58 33
Octal 360 23 54 0 134 122 6 541 130 63
Binary 11110000 10011 101100 0 1011100 1010010 110 101100001 1011000 110011

Color Harmonies of #F0132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0132C

Black with #F0132C

Text Example


Text Example

White with #F0132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0132C; }

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

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

background-color css

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

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

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

border-color css

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

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

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