Html Css Color HEX #FF074C Torch Red

📋 copy color: '#FF074C'

red 255 ◦ green 7 ◦ blue 76

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

Shades of Torch Red #FF074C

Tints of Torch Red #FF074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 75.44%
G = 2.07%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF074C (or 0xFF074C) is known color: Torch Red. HEX triplet: FF, 07 and 4C. RGB value is (255,7,76). Sum of RGB (Red+Green+Blue) = 255+7+76=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF074C is #00F8B3. Grayscale: #585858. Windows color (decimal): -63668 or 4982783. OLE color: 4982783.

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

Color convert

RGB 255 7 76 -
CMYK 0 0.97 0.70 0
HSL 343.31º 1% 0.51% -
HSV(B) 343.31º 0.97% 1% -
XYZ 42.62 21.93 8.82 -
YUV 89.02 120.66 246.39 -
System Red Green Blue C M Y K H S L
Decimal 255 7 76 0 0.97 0.70 0 343.31 1 0.51
Hex FF 7 4C 0 61 46 0 157 64 33
Octal 377 7 114 0 141 106 0 527 144 63
Binary 11111111 111 1001100 0 1100001 1000110 0 101010111 1100100 110011

Color Harmonies of #FF074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF074C

Black with #FF074C

Text Example


Text Example

White with #FF074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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