Html Css Color HEX #F01436 Torch Red

📋 copy color: '#F01436'

red 240 ◦ green 20 ◦ blue 54

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

Shades of Torch Red #F01436

Tints of Torch Red #F01436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 76.43%
G = 6.37%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F01436 (or 0xF01436) is known color: Torch Red. HEX triplet: F0, 14 and 36. RGB value is (240,20,54). Sum of RGB (Red+Green+Blue) = 240+20+54=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F01436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01436 is #0FEBC9. Grayscale: #595959. Windows color (decimal): -1043402 or 3544304. OLE color: 3544304.

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

Color convert

RGB 240 20 54 -
CMYK 0 0.92 0.78 0.06
HSL 350.73º 0.88% 0.51% -
HSV(B) 350.73º 0.92% 0.94% -
XYZ 36.85 19.29 5.27 -
YUV 89.66 107.89 235.24 -
System Red Green Blue C M Y K H S L
Decimal 240 20 54 0 0.92 0.78 0.06 350.73 0.88 0.51
Hex F0 14 36 0 5C 4E 6 15F 58 33
Octal 360 24 66 0 134 116 6 537 130 63
Binary 11110000 10100 110110 0 1011100 1001110 110 101011111 1011000 110011

Color Harmonies of #F01436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01436

Black with #F01436

Text Example


Text Example

White with #F01436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01436; }

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

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

background-color css

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

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

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

border-color css

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

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

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