Html Css Color HEX #FF073A Torch Red

📋 copy color: '#FF073A'

red 255 ◦ green 7 ◦ blue 58

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

Shades of Torch Red #FF073A

Tints of Torch Red #FF073A

RGB

 RED value IS 255 (100% from 255) = 79.69%

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 79.69%
G = 2.19%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF073A (or 0xFF073A) is known color: Torch Red. HEX triplet: FF, 07 and 3A. RGB value is (255,7,58). Sum of RGB (Red+Green+Blue) = 255+7+58=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF073A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF073A is #00F8C5. Grayscale: #575757. Windows color (decimal): -63686 or 3803135. OLE color: 3803135.

HSL color Cylindrical-coordinate representation of color #FF073A: hue angle of 347.66º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF073A is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 255 7 58 -
CMYK 0 0.97 0.77 0
HSL 347.66º 1% 0.51% -
HSV(B) 347.66º 0.97% 1% -
XYZ 42.08 21.72 5.98 -
YUV 86.97 111.66 247.85 -
System Red Green Blue C M Y K H S L
Decimal 255 7 58 0 0.97 0.77 0 347.66 1 0.51
Hex FF 7 3A 0 61 4D 0 15C 64 33
Octal 377 7 72 0 141 115 0 534 144 63
Binary 11111111 111 111010 0 1100001 1001101 0 101011100 1100100 110011

Color Harmonies of #FF073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF073A

Black with #FF073A

Text Example


Text Example

White with #FF073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF073A; }

 p { color: rgb(255,7,58); }

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

background-color css

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

 a { background-color: rgb(255,7,58); }

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

border-color css

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

 span { border-color: rgb(255,7,58); }

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