Html Css Color HEX #F4053A Torch Red

📋 copy color: '#F4053A'

red 244 ◦ green 5 ◦ blue 58

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

Shades of Torch Red #F4053A

Tints of Torch Red #F4053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 79.48%
G = 1.63%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F4053A (or 0xF4053A) is known color: Torch Red. HEX triplet: F4, 05 and 3A. RGB value is (244,5,58). Sum of RGB (Red+Green+Blue) = 244+5+58=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F4053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4053A is #0BFAC5. Grayscale: #525252. Windows color (decimal): -785094 or 3802612. OLE color: 3802612.

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

Color convert

RGB 244 5 58 -
CMYK 0 0.98 0.76 0.04
HSL 346.69º 0.96% 0.49% -
HSV(B) 346.69º 0.98% 0.96% -
XYZ 38.13 19.65 5.79 -
YUV 82.5 114.18 243.19 -
System Red Green Blue C M Y K H S L
Decimal 244 5 58 0 0.98 0.76 0.04 346.69 0.96 0.49
Hex F4 5 3A 0 62 4C 4 15B 60 31
Octal 364 5 72 0 142 114 4 533 140 61
Binary 11110100 101 111010 0 1100010 1001100 100 101011011 1100000 110001

Color Harmonies of #F4053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4053A

Black with #F4053A

Text Example


Text Example

White with #F4053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4053A; }

 p { color: rgb(244,5,58); }

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

background-color css

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

 a { background-color: rgb(244,5,58); }

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

border-color css

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

 span { border-color: rgb(244,5,58); }

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