Html Css Color HEX #F01632 Torch Red

📋 copy color: '#F01632'

red 240 ◦ green 22 ◦ blue 50

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

Shades of Torch Red #F01632

Tints of Torch Red #F01632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

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

R = 76.92%
G = 7.05%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F01632 (or 0xF01632) is known color: Torch Red. HEX triplet: F0, 16 and 32. RGB value is (240,22,50). Sum of RGB (Red+Green+Blue) = 240+22+50=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F01632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01632 is #0FE9CD. Grayscale: #5A5A5A. Windows color (decimal): -1042894 or 3282672. OLE color: 3282672.

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

Color convert

RGB 240 22 50 -
CMYK 0 0.91 0.79 0.06
HSL 352.29º 0.88% 0.51% -
HSV(B) 352.29º 0.91% 0.94% -
XYZ 36.8 19.33 4.81 -
YUV 90.37 105.22 234.72 -
System Red Green Blue C M Y K H S L
Decimal 240 22 50 0 0.91 0.79 0.06 352.29 0.88 0.51
Hex F0 16 32 0 5B 4F 6 160 58 33
Octal 360 26 62 0 133 117 6 540 130 63
Binary 11110000 10110 110010 0 1011011 1001111 110 101100000 1011000 110011

Color Harmonies of #F01632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01632

Black with #F01632

Text Example


Text Example

White with #F01632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01632; }

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

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

background-color css

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

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

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

border-color css

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

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

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