Html Css Color HEX #F01A37 Torch Red

📋 copy color: '#F01A37'

red 240 ◦ green 26 ◦ blue 55

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

Shades of Torch Red #F01A37

Tints of Torch Red #F01A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.1%

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

R = 74.77%
G = 8.1%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F01A37 (or 0xF01A37) is known color: Torch Red. HEX triplet: F0, 1A and 37. RGB value is (240,26,55). Sum of RGB (Red+Green+Blue) = 240+26+55=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A37 is #0FE5C8. Grayscale: #5D5D5D. Windows color (decimal): -1041865 or 3611376. OLE color: 3611376.

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

Color convert

RGB 240 26 55 -
CMYK 0 0.89 0.77 0.06
HSL 351.87º 0.88% 0.52% -
HSV(B) 351.87º 0.89% 0.94% -
XYZ 36.99 19.54 5.44 -
YUV 93.29 106.4 232.64 -
System Red Green Blue C M Y K H S L
Decimal 240 26 55 0 0.89 0.77 0.06 351.87 0.88 0.52
Hex F0 1A 37 0 59 4D 6 160 58 34
Octal 360 32 67 0 131 115 6 540 130 64
Binary 11110000 11010 110111 0 1011001 1001101 110 101100000 1011000 110100

Color Harmonies of #F01A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A37

Black with #F01A37

Text Example


Text Example

White with #F01A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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