Html Css Color HEX #FF073C Torch Red

📋 copy color: '#FF073C'

red 255 ◦ green 7 ◦ blue 60

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

Shades of Torch Red #FF073C

Tints of Torch Red #FF073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 79.19%
G = 2.17%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF073C (or 0xFF073C) is known color: Torch Red. HEX triplet: FF, 07 and 3C. RGB value is (255,7,60). Sum of RGB (Red+Green+Blue) = 255+7+60=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF073C is #00F8C3. Grayscale: #575757. Windows color (decimal): -63684 or 3934207. OLE color: 3934207.

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

Color convert

RGB 255 7 60 -
CMYK 0 0.97 0.76 0
HSL 347.18º 1% 0.51% -
HSV(B) 347.18º 0.97% 1% -
XYZ 42.13 21.74 6.25 -
YUV 87.19 112.66 247.69 -
System Red Green Blue C M Y K H S L
Decimal 255 7 60 0 0.97 0.76 0 347.18 1 0.51
Hex FF 7 3C 0 61 4C 0 15B 64 33
Octal 377 7 74 0 141 114 0 533 144 63
Binary 11111111 111 111100 0 1100001 1001100 0 101011011 1100100 110011

Color Harmonies of #FF073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF073C

Black with #FF073C

Text Example


Text Example

White with #FF073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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