Html Css Color HEX #FC0045 Torch Red

📋 copy color: '#FC0045'

red 252 ◦ green 0 ◦ blue 69

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

Shades of Torch Red #FC0045

Tints of Torch Red #FC0045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 78.5%
G = 0%
B = 21.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC0045 (or 0xFC0045) is known color: Torch Red. HEX triplet: FC, 00 and 45. RGB value is (252,0,69). Sum of RGB (Red+Green+Blue) = 252+0+69=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0045 is #03FFBA. Grayscale: #535353. Windows color (decimal): -262075 or 4522236. OLE color: 4522236.

HSL color Cylindrical-coordinate representation of color #FC0045: hue angle of 343.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0045 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 69 -
CMYK 0 1 0.73 0.01
HSL 343.57º 1% 0.49% -
HSV(B) 343.57º 1% 0.99% -
XYZ 41.22 21.13 7.54 -
YUV 83.21 119.99 248.39 -
System Red Green Blue C M Y K H S L
Decimal 252 0 69 0 1 0.73 0.01 343.57 1 0.49
Hex FC 0 45 0 64 49 1 158 64 31
Octal 374 0 105 0 144 111 1 530 144 61
Binary 11111100 0 1000101 0 1100100 1001001 1 101011000 1100100 110001

Color Harmonies of #FC0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0045

Black with #FC0045

Text Example


Text Example

White with #FC0045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0045; }

 p { color: rgb(252,0,69); }

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

background-color css

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

 a { background-color: rgb(252,0,69); }

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

border-color css

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

 span { border-color: rgb(252,0,69); }

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