Html Css Color HEX #F40928 Torch Red

📋 copy color: '#F40928'

red 244 ◦ green 9 ◦ blue 40

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

Shades of Torch Red #F40928

Tints of Torch Red #F40928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 83.28%
G = 3.07%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F40928 (or 0xF40928) is known color: Torch Red. HEX triplet: F4, 09 and 28. RGB value is (244,9,40). Sum of RGB (Red+Green+Blue) = 244+9+40=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F40928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40928 is #0BF6D7. Grayscale: #525252. Windows color (decimal): -784088 or 2623988. OLE color: 2623988.

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

Color convert

RGB 244 9 40 -
CMYK 0 0.96 0.84 0.04
HSL 352.09º 0.93% 0.5% -
HSV(B) 352.09º 0.96% 0.96% -
XYZ 37.79 19.58 3.8 -
YUV 82.8 103.86 242.98 -
System Red Green Blue C M Y K H S L
Decimal 244 9 40 0 0.96 0.84 0.04 352.09 0.93 0.5
Hex F4 9 28 0 60 54 4 160 5D 32
Octal 364 11 50 0 140 124 4 540 135 62
Binary 11110100 1001 101000 0 1100000 1010100 100 101100000 1011101 110010

Color Harmonies of #F40928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40928

Black with #F40928

Text Example


Text Example

White with #F40928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40928; }

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

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

background-color css

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

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

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

border-color css

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

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

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