Html Css Color HEX #F01736 Torch Red

📋 copy color: '#F01736'

red 240 ◦ green 23 ◦ blue 54

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

Shades of Torch Red #F01736

Tints of Torch Red #F01736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 75.71%
G = 7.26%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F01736 (or 0xF01736) is known color: Torch Red. HEX triplet: F0, 17 and 36. RGB value is (240,23,54). Sum of RGB (Red+Green+Blue) = 240+23+54=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F01736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01736 is #0FE8C9. Grayscale: #5B5B5B. Windows color (decimal): -1042634 or 3545072. OLE color: 3545072.

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

Color convert

RGB 240 23 54 -
CMYK 0 0.90 0.78 0.06
HSL 351.43º 0.88% 0.52% -
HSV(B) 351.43º 0.9% 0.94% -
XYZ 36.91 19.4 5.29 -
YUV 91.42 106.89 233.98 -
System Red Green Blue C M Y K H S L
Decimal 240 23 54 0 0.90 0.78 0.06 351.43 0.88 0.52
Hex F0 17 36 0 5A 4E 6 15F 58 34
Octal 360 27 66 0 132 116 6 537 130 64
Binary 11110000 10111 110110 0 1011010 1001110 110 101011111 1011000 110100

Color Harmonies of #F01736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01736

Black with #F01736

Text Example


Text Example

White with #F01736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01736; }

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

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

background-color css

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

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

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

border-color css

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

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

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