Html Css Color HEX #FF073B Torch Red

📋 copy color: '#FF073B'

red 255 ◦ green 7 ◦ blue 59

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

Shades of Torch Red #FF073B

Tints of Torch Red #FF073B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 79.44%
G = 2.18%
B = 18.38%

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

#FF073B (or 0xFF073B) is known color: Torch Red. HEX triplet: FF, 07 and 3B. RGB value is (255,7,59). Sum of RGB (Red+Green+Blue) = 255+7+59=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF073B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF073B is #00F8C4. Grayscale: #575757. Windows color (decimal): -63685 or 3868671. OLE color: 3868671.

HSL color Cylindrical-coordinate representation of color #FF073B: hue angle of 347.42º 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 #FF073B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 255 7 59 -
CMYK 0 0.97 0.77 0
HSL 347.42º 1% 0.51% -
HSV(B) 347.42º 0.97% 1% -
XYZ 42.11 21.73 6.11 -
YUV 87.08 112.16 247.77 -
System Red Green Blue C M Y K H S L
Decimal 255 7 59 0 0.97 0.77 0 347.42 1 0.51
Hex FF 7 3B 0 61 4D 0 15B 64 33
Octal 377 7 73 0 141 115 0 533 144 63
Binary 11111111 111 111011 0 1100001 1001101 0 101011011 1100100 110011

Color Harmonies of #FF073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF073B

Black with #FF073B

Text Example


Text Example

White with #FF073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF073B; }

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

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

background-color css

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

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

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

border-color css

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

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

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