Html Css Color HEX #F0053A Torch Red

📋 copy color: '#F0053A'

red 240 ◦ green 5 ◦ blue 58

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

Shades of Torch Red #F0053A

Tints of Torch Red #F0053A

RGB

 RED value IS 240 (94.14% from 255) = 79.21%

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

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

R = 79.21%
G = 1.65%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0053A (or 0xF0053A) is known color: Torch Red. HEX triplet: F0, 05 and 3A. RGB value is (240,5,58). Sum of RGB (Red+Green+Blue) = 240+5+58=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0053A is #0FFAC5. Grayscale: #515151. Windows color (decimal): -1047238 or 3802608. OLE color: 3802608.

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

Color convert

RGB 240 5 58 -
CMYK 0 0.98 0.76 0.06
HSL 346.47º 0.96% 0.48% -
HSV(B) 346.47º 0.98% 0.94% -
XYZ 36.75 18.94 5.72 -
YUV 81.31 114.86 241.19 -
System Red Green Blue C M Y K H S L
Decimal 240 5 58 0 0.98 0.76 0.06 346.47 0.96 0.48
Hex F0 5 3A 0 62 4C 6 15A 60 30
Octal 360 5 72 0 142 114 6 532 140 60
Binary 11110000 101 111010 0 1100010 1001100 110 101011010 1100000 110000

Color Harmonies of #F0053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0053A

Black with #F0053A

Text Example


Text Example

White with #F0053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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