Html Css Color HEX #FC0029 Torch Red

📋 copy color: '#FC0029'

red 252 ◦ green 0 ◦ blue 41

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

Shades of Torch Red #FC0029

Tints of Torch Red #FC0029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 86.01%
G = 0%
B = 13.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC0029 (or 0xFC0029) is known color: Torch Red. HEX triplet: FC, 00 and 29. RGB value is (252,0,41). Sum of RGB (Red+Green+Blue) = 252+0+41=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0029 is #03FFD6. Grayscale: #505050. Windows color (decimal): -262103 or 2687228. OLE color: 2687228.

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

Color convert

RGB 252 0 41 -
CMYK 0 1 0.84 0.01
HSL 350.24º 1% 0.49% -
HSV(B) 350.24º 1% 0.99% -
XYZ 40.55 20.86 3.99 -
YUV 80.02 105.99 250.67 -
System Red Green Blue C M Y K H S L
Decimal 252 0 41 0 1 0.84 0.01 350.24 1 0.49
Hex FC 0 29 0 64 54 1 15E 64 31
Octal 374 0 51 0 144 124 1 536 144 61
Binary 11111100 0 101001 0 1100100 1010100 1 101011110 1100100 110001

Color Harmonies of #FC0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0029

Black with #FC0029

Text Example


Text Example

White with #FC0029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0029; }

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

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

background-color css

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

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

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

border-color css

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

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

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