Html Css Color HEX #F01032 Torch Red

📋 copy color: '#F01032'

red 240 ◦ green 16 ◦ blue 50

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

Shades of Torch Red #F01032

Tints of Torch Red #F01032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

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

R = 78.43%
G = 5.23%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F01032 (or 0xF01032) is known color: Torch Red. HEX triplet: F0, 10 and 32. RGB value is (240,16,50). Sum of RGB (Red+Green+Blue) = 240+16+50=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F01032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01032 is #0FEFCD. Grayscale: #565656. Windows color (decimal): -1044430 or 3281136. OLE color: 3281136.

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

Color convert

RGB 240 16 50 -
CMYK 0 0.93 0.79 0.06
HSL 350.89º 0.88% 0.5% -
HSV(B) 350.89º 0.93% 0.94% -
XYZ 36.7 19.13 4.78 -
YUV 86.85 107.21 237.24 -
System Red Green Blue C M Y K H S L
Decimal 240 16 50 0 0.93 0.79 0.06 350.89 0.88 0.5
Hex F0 10 32 0 5D 4F 6 15F 58 32
Octal 360 20 62 0 135 117 6 537 130 62
Binary 11110000 10000 110010 0 1011101 1001111 110 101011111 1011000 110010

Color Harmonies of #F01032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01032

Black with #F01032

Text Example


Text Example

White with #F01032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01032; }

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

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

background-color css

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

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

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

border-color css

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

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

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