Html Css Color HEX #F01937 Torch Red

📋 copy color: '#F01937'

red 240 ◦ green 25 ◦ blue 55

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

Shades of Torch Red #F01937

Tints of Torch Red #F01937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 75%
G = 7.81%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F01937 (or 0xF01937) is known color: Torch Red. HEX triplet: F0, 19 and 37. RGB value is (240,25,55). Sum of RGB (Red+Green+Blue) = 240+25+55=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F01937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01937 is #0FE6C8. Grayscale: #5C5C5C. Windows color (decimal): -1042121 or 3611120. OLE color: 3611120.

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

Color convert

RGB 240 25 55 -
CMYK 0 0.90 0.77 0.06
HSL 351.63º 0.88% 0.52% -
HSV(B) 351.63º 0.9% 0.94% -
XYZ 36.97 19.5 5.43 -
YUV 92.71 106.73 233.06 -
System Red Green Blue C M Y K H S L
Decimal 240 25 55 0 0.90 0.77 0.06 351.63 0.88 0.52
Hex F0 19 37 0 5A 4D 6 160 58 34
Octal 360 31 67 0 132 115 6 540 130 64
Binary 11110000 11001 110111 0 1011010 1001101 110 101100000 1011000 110100

Color Harmonies of #F01937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01937

Black with #F01937

Text Example


Text Example

White with #F01937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01937; }

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

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

background-color css

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

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

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

border-color css

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

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

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