Html Css Color HEX #F01940 Torch Red

📋 copy color: '#F01940'

red 240 ◦ green 25 ◦ blue 64

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

Shades of Torch Red #F01940

Tints of Torch Red #F01940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 72.95%
G = 7.6%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F01940 (or 0xF01940) is known color: Torch Red. HEX triplet: F0, 19 and 40. RGB value is (240,25,64). Sum of RGB (Red+Green+Blue) = 240+25+64=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F01940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01940 is #0FE6BF. Grayscale: #5D5D5D. Windows color (decimal): -1042112 or 4200944. OLE color: 4200944.

HSL color Cylindrical-coordinate representation of color #F01940: hue angle of 349.12º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01940 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 64 -
CMYK 0 0.90 0.73 0.06
HSL 349.12º 0.88% 0.52% -
HSV(B) 349.12º 0.9% 0.94% -
XYZ 37.21 19.59 6.67 -
YUV 93.73 111.23 232.33 -
System Red Green Blue C M Y K H S L
Decimal 240 25 64 0 0.90 0.73 0.06 349.12 0.88 0.52
Hex F0 19 40 0 5A 49 6 15D 58 34
Octal 360 31 100 0 132 111 6 535 130 64
Binary 11110000 11001 1000000 0 1011010 1001001 110 101011101 1011000 110100

Color Harmonies of #F01940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01940

Black with #F01940

Text Example


Text Example

White with #F01940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01940; }

 p { color: rgb(240,25,64); }

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

background-color css

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

 a { background-color: rgb(240,25,64); }

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

border-color css

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

 span { border-color: rgb(240,25,64); }

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