Html Css Color HEX #F4082C Torch Red

📋 copy color: '#F4082C'

red 244 ◦ green 8 ◦ blue 44

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

Shades of Torch Red #F4082C

Tints of Torch Red #F4082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 82.43%
G = 2.7%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4082C (or 0xF4082C) is known color: Torch Red. HEX triplet: F4, 08 and 2C. RGB value is (244,8,44). Sum of RGB (Red+Green+Blue) = 244+8+44=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F4082C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4082C is #0BF7D3. Grayscale: #525252. Windows color (decimal): -784340 or 2885876. OLE color: 2885876.

HSL color Cylindrical-coordinate representation of color #F4082C: hue angle of 350.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4082C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 8 44 -
CMYK 0 0.97 0.82 0.04
HSL 350.85º 0.94% 0.49% -
HSV(B) 350.85º 0.97% 0.96% -
XYZ 37.85 19.59 4.17 -
YUV 82.67 106.19 243.07 -
System Red Green Blue C M Y K H S L
Decimal 244 8 44 0 0.97 0.82 0.04 350.85 0.94 0.49
Hex F4 8 2C 0 61 52 4 15F 5E 31
Octal 364 10 54 0 141 122 4 537 136 61
Binary 11110100 1000 101100 0 1100001 1010010 100 101011111 1011110 110001

Color Harmonies of #F4082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4082C

Black with #F4082C

Text Example


Text Example

White with #F4082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4082C; }

 p { color: rgb(244,8,44); }

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

background-color css

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

 a { background-color: rgb(244,8,44); }

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

border-color css

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

 span { border-color: rgb(244,8,44); }

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