Html Css Color HEX #FC072C Torch Red

📋 copy color: '#FC072C'

red 252 ◦ green 7 ◦ blue 44

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

Shades of Torch Red #FC072C

Tints of Torch Red #FC072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 83.17%
G = 2.31%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC072C (or 0xFC072C) is known color: Torch Red. HEX triplet: FC, 07 and 2C. RGB value is (252,7,44). Sum of RGB (Red+Green+Blue) = 252+7+44=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC072C is #03F8D3. Grayscale: #545454. Windows color (decimal): -260308 or 2885628. OLE color: 2885628.

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

Color convert

RGB 252 7 44 -
CMYK 0 0.97 0.83 0.01
HSL 350.94º 0.98% 0.51% -
HSV(B) 350.94º 0.97% 0.99% -
XYZ 40.68 21.03 4.3 -
YUV 84.47 105.17 247.49 -
System Red Green Blue C M Y K H S L
Decimal 252 7 44 0 0.97 0.83 0.01 350.94 0.98 0.51
Hex FC 7 2C 0 61 53 1 15F 62 33
Octal 374 7 54 0 141 123 1 537 142 63
Binary 11111100 111 101100 0 1100001 1010011 1 101011111 1100010 110011

Color Harmonies of #FC072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC072C

Black with #FC072C

Text Example


Text Example

White with #FC072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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