Html Css Color HEX #FC072E Torch Red

📋 copy color: '#FC072E'

red 252 ◦ green 7 ◦ blue 46

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

Shades of Torch Red #FC072E

Tints of Torch Red #FC072E

RGB

 RED value IS 252 (98.83% from 255) = 82.62%

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

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 82.62%
G = 2.3%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC072E (or 0xFC072E) is known color: Torch Red. HEX triplet: FC, 07 and 2E. RGB value is (252,7,46). Sum of RGB (Red+Green+Blue) = 252+7+46=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC072E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC072E is #03F8D1. Grayscale: #545454. Windows color (decimal): -260306 or 3016700. OLE color: 3016700.

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

Color convert

RGB 252 7 46 -
CMYK 0 0.97 0.82 0.01
HSL 350.45º 0.98% 0.51% -
HSV(B) 350.45º 0.97% 0.99% -
XYZ 40.71 21.04 4.5 -
YUV 84.7 106.17 247.33 -
System Red Green Blue C M Y K H S L
Decimal 252 7 46 0 0.97 0.82 0.01 350.45 0.98 0.51
Hex FC 7 2E 0 61 52 1 15E 62 33
Octal 374 7 56 0 141 122 1 536 142 63
Binary 11111100 111 101110 0 1100001 1010010 1 101011110 1100010 110011

Color Harmonies of #FC072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC072E

Black with #FC072E

Text Example


Text Example

White with #FC072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC072E; }

 p { color: rgb(252,7,46); }

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

background-color css

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

 a { background-color: rgb(252,7,46); }

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

border-color css

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

 span { border-color: rgb(252,7,46); }

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