Html Css Color HEX #F40934 Torch Red

📋 copy color: '#F40934'

red 244 ◦ green 9 ◦ blue 52

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

Shades of Torch Red #F40934

Tints of Torch Red #F40934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 80%
G = 2.95%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F40934 (or 0xF40934) is known color: Torch Red. HEX triplet: F4, 09 and 34. RGB value is (244,9,52). Sum of RGB (Red+Green+Blue) = 244+9+52=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F40934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40934 is #0BF6CB. Grayscale: #545454. Windows color (decimal): -784076 or 3410420. OLE color: 3410420.

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

Color convert

RGB 244 9 52 -
CMYK 0 0.96 0.79 0.04
HSL 349.02º 0.93% 0.5% -
HSV(B) 349.02º 0.96% 0.96% -
XYZ 38.03 19.68 5.04 -
YUV 84.17 109.86 242 -
System Red Green Blue C M Y K H S L
Decimal 244 9 52 0 0.96 0.79 0.04 349.02 0.93 0.5
Hex F4 9 34 0 60 4F 4 15D 5D 32
Octal 364 11 64 0 140 117 4 535 135 62
Binary 11110100 1001 110100 0 1100000 1001111 100 101011101 1011101 110010

Color Harmonies of #F40934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40934

Black with #F40934

Text Example


Text Example

White with #F40934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40934; }

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

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

background-color css

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

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

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

border-color css

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

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

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