Html Css Color HEX #F01432 Torch Red

📋 copy color: '#F01432'

red 240 ◦ green 20 ◦ blue 50

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

Shades of Torch Red #F01432

Tints of Torch Red #F01432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 77.42%
G = 6.45%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F01432 (or 0xF01432) is known color: Torch Red. HEX triplet: F0, 14 and 32. RGB value is (240,20,50). Sum of RGB (Red+Green+Blue) = 240+20+50=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F01432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01432 is #0FEBCD. Grayscale: #595959. Windows color (decimal): -1043406 or 3282160. OLE color: 3282160.

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

Color convert

RGB 240 20 50 -
CMYK 0 0.92 0.79 0.06
HSL 351.82º 0.88% 0.51% -
HSV(B) 351.82º 0.92% 0.94% -
XYZ 36.76 19.26 4.8 -
YUV 89.2 105.89 235.56 -
System Red Green Blue C M Y K H S L
Decimal 240 20 50 0 0.92 0.79 0.06 351.82 0.88 0.51
Hex F0 14 32 0 5C 4F 6 160 58 33
Octal 360 24 62 0 134 117 6 540 130 63
Binary 11110000 10100 110010 0 1011100 1001111 110 101100000 1011000 110011

Color Harmonies of #F01432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01432

Black with #F01432

Text Example


Text Example

White with #F01432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01432; }

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

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

background-color css

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

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

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

border-color css

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

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

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