Html Css Color HEX #F40134 Torch Red

📋 copy color: '#F40134'

red 244 ◦ green 1 ◦ blue 52

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

Shades of Torch Red #F40134

Tints of Torch Red #F40134

RGB

 RED value IS 244 (95.7% from 255) = 82.15%

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 82.15%
G = 0.34%
B = 17.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F40134 (or 0xF40134) is known color: Torch Red. HEX triplet: F4, 01 and 34. RGB value is (244,1,52). Sum of RGB (Red+Green+Blue) = 244+1+52=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F40134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40134 is #0BFECB. Grayscale: #4F4F4F. Windows color (decimal): -786124 or 3408372. OLE color: 3408372.

HSL color Cylindrical-coordinate representation of color #F40134: hue angle of 347.41º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40134 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 52 -
CMYK 0 1.00 0.79 0.04
HSL 347.41º 0.99% 0.48% -
HSV(B) 347.41º 1% 0.96% -
XYZ 37.94 19.5 5.01 -
YUV 79.47 112.51 245.35 -
System Red Green Blue C M Y K H S L
Decimal 244 1 52 0 1.00 0.79 0.04 347.41 0.99 0.48
Hex F4 1 34 0 64 4F 4 15B 63 30
Octal 364 1 64 0 144 117 4 533 143 60
Binary 11110100 1 110100 0 1100100 1001111 100 101011011 1100011 110000

Color Harmonies of #F40134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40134

Black with #F40134

Text Example


Text Example

White with #F40134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40134; }

 p { color: rgb(244,1,52); }

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

background-color css

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

 a { background-color: rgb(244,1,52); }

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

border-color css

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

 span { border-color: rgb(244,1,52); }

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