Html Css Color HEX #F01434 Torch Red

📋 copy color: '#F01434'

red 240 ◦ green 20 ◦ blue 52

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

Shades of Torch Red #F01434

Tints of Torch Red #F01434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 76.92%
G = 6.41%
B = 16.67%

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

#F01434 (or 0xF01434) is known color: Torch Red. HEX triplet: F0, 14 and 34. RGB value is (240,20,52). Sum of RGB (Red+Green+Blue) = 240+20+52=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F01434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01434 is #0FEBCB. Grayscale: #595959. Windows color (decimal): -1043404 or 3413232. OLE color: 3413232.

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

Color convert

RGB 240 20 52 -
CMYK 0 0.92 0.78 0.06
HSL 351.27º 0.88% 0.51% -
HSV(B) 351.27º 0.92% 0.94% -
XYZ 36.81 19.27 5.03 -
YUV 89.43 106.89 235.4 -
System Red Green Blue C M Y K H S L
Decimal 240 20 52 0 0.92 0.78 0.06 351.27 0.88 0.51
Hex F0 14 34 0 5C 4E 6 15F 58 33
Octal 360 24 64 0 134 116 6 537 130 63
Binary 11110000 10100 110100 0 1011100 1001110 110 101011111 1011000 110011

Color Harmonies of #F01434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01434

Black with #F01434

Text Example


Text Example

White with #F01434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01434; }

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

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

background-color css

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

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

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

border-color css

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

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

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