Html Css Color HEX #FC072D Torch Red

📋 copy color: '#FC072D'

red 252 ◦ green 7 ◦ blue 45

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

Shades of Torch Red #FC072D

Tints of Torch Red #FC072D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 82.89%
G = 2.3%
B = 14.8%

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

#FC072D (or 0xFC072D) is known color: Torch Red. HEX triplet: FC, 07 and 2D. RGB value is (252,7,45). Sum of RGB (Red+Green+Blue) = 252+7+45=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC072D is #03F8D2. Grayscale: #545454. Windows color (decimal): -260307 or 2951164. OLE color: 2951164.

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

Color convert

RGB 252 7 45 -
CMYK 0 0.97 0.82 0.01
HSL 350.69º 0.98% 0.51% -
HSV(B) 350.69º 0.97% 0.99% -
XYZ 40.69 21.04 4.4 -
YUV 84.59 105.67 247.41 -
System Red Green Blue C M Y K H S L
Decimal 252 7 45 0 0.97 0.82 0.01 350.69 0.98 0.51
Hex FC 7 2D 0 61 52 1 15F 62 33
Octal 374 7 55 0 141 122 1 537 142 63
Binary 11111100 111 101101 0 1100001 1010010 1 101011111 1100010 110011

Color Harmonies of #FC072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC072D

Black with #FC072D

Text Example


Text Example

White with #FC072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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