Html Css Color HEX #F40930 Torch Red

📋 copy color: '#F40930'

red 244 ◦ green 9 ◦ blue 48

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

Shades of Torch Red #F40930

Tints of Torch Red #F40930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 81.06%
G = 2.99%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F40930 (or 0xF40930) is known color: Torch Red. HEX triplet: F4, 09 and 30. RGB value is (244,9,48). Sum of RGB (Red+Green+Blue) = 244+9+48=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F40930 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40930 is #0BF6CF. Grayscale: #535353. Windows color (decimal): -784080 or 3148276. OLE color: 3148276.

HSL color Cylindrical-coordinate representation of color #F40930: hue angle of 350.04º 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 #F40930 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 9 48 -
CMYK 0 0.96 0.80 0.04
HSL 350.04º 0.93% 0.5% -
HSV(B) 350.04º 0.96% 0.96% -
XYZ 37.94 19.64 4.59 -
YUV 83.71 107.86 242.33 -
System Red Green Blue C M Y K H S L
Decimal 244 9 48 0 0.96 0.80 0.04 350.04 0.93 0.5
Hex F4 9 30 0 60 50 4 15E 5D 32
Octal 364 11 60 0 140 120 4 536 135 62
Binary 11110100 1001 110000 0 1100000 1010000 100 101011110 1011101 110010

Color Harmonies of #F40930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40930

Black with #F40930

Text Example


Text Example

White with #F40930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40930; }

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

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

background-color css

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

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

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

border-color css

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

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

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