Html Css Color HEX #F0133A Torch Red

📋 copy color: '#F0133A'

red 240 ◦ green 19 ◦ blue 58

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

Shades of Torch Red #F0133A

Tints of Torch Red #F0133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.99%

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

R = 75.71%
G = 5.99%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0133A (or 0xF0133A) is known color: Torch Red. HEX triplet: F0, 13 and 3A. RGB value is (240,19,58). Sum of RGB (Red+Green+Blue) = 240+19+58=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0133A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0133A is #0FECC5. Grayscale: #595959. Windows color (decimal): -1043654 or 3806192. OLE color: 3806192.

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

Color convert

RGB 240 19 58 -
CMYK 0 0.92 0.76 0.06
HSL 349.41º 0.88% 0.51% -
HSV(B) 349.41º 0.92% 0.94% -
XYZ 36.93 19.3 5.78 -
YUV 89.53 110.22 235.33 -
System Red Green Blue C M Y K H S L
Decimal 240 19 58 0 0.92 0.76 0.06 349.41 0.88 0.51
Hex F0 13 3A 0 5C 4C 6 15D 58 33
Octal 360 23 72 0 134 114 6 535 130 63
Binary 11110000 10011 111010 0 1011100 1001100 110 101011101 1011000 110011

Color Harmonies of #F0133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0133A

Black with #F0133A

Text Example


Text Example

White with #F0133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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