Html Css Color HEX #F01726 Torch Red

📋 copy color: '#F01726'

red 240 ◦ green 23 ◦ blue 38

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

Shades of Torch Red #F01726

Tints of Torch Red #F01726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.64%

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 79.73%
G = 7.64%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F01726 (or 0xF01726) is known color: Torch Red. HEX triplet: F0, 17 and 26. RGB value is (240,23,38). Sum of RGB (Red+Green+Blue) = 240+23+38=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F01726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01726 is #0FE8D9. Grayscale: #595959. Windows color (decimal): -1042650 or 2496496. OLE color: 2496496.

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

Color convert

RGB 240 23 38 -
CMYK 0 0.90 0.84 0.06
HSL 355.85º 0.88% 0.52% -
HSV(B) 355.85º 0.9% 0.94% -
XYZ 36.59 19.28 3.63 -
YUV 89.59 98.89 235.28 -
System Red Green Blue C M Y K H S L
Decimal 240 23 38 0 0.90 0.84 0.06 355.85 0.88 0.52
Hex F0 17 26 0 5A 54 6 164 58 34
Octal 360 27 46 0 132 124 6 544 130 64
Binary 11110000 10111 100110 0 1011010 1010100 110 101100100 1011000 110100

Color Harmonies of #F01726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01726

Black with #F01726

Text Example


Text Example

White with #F01726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01726; }

 p { color: rgb(240,23,38); }

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

background-color css

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

 a { background-color: rgb(240,23,38); }

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

border-color css

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

 span { border-color: rgb(240,23,38); }

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