Html Css Color HEX #F01837 Torch Red

📋 copy color: '#F01837'

red 240 ◦ green 24 ◦ blue 55

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

Shades of Torch Red #F01837

Tints of Torch Red #F01837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 75.24%
G = 7.52%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F01837 (or 0xF01837) is known color: Torch Red. HEX triplet: F0, 18 and 37. RGB value is (240,24,55). Sum of RGB (Red+Green+Blue) = 240+24+55=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F01837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01837 is #0FE7C8. Grayscale: #5C5C5C. Windows color (decimal): -1042377 or 3610864. OLE color: 3610864.

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

Color convert

RGB 240 24 55 -
CMYK 0 0.9 0.77 0.06
HSL 351.39º 0.88% 0.52% -
HSV(B) 351.39º 0.9% 0.94% -
XYZ 36.95 19.45 5.42 -
YUV 92.12 107.06 233.48 -
System Red Green Blue C M Y K H S L
Decimal 240 24 55 0 0.9 0.77 0.06 351.39 0.88 0.52
Hex F0 18 37 0 5A 4D 6 15F 58 34
Octal 360 30 67 0 132 115 6 537 130 64
Binary 11110000 11000 110111 0 1011010 1001101 110 101011111 1011000 110100

Color Harmonies of #F01837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01837

Black with #F01837

Text Example


Text Example

White with #F01837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01837; }

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

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

background-color css

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

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

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

border-color css

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

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

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