Html Css Color HEX #FC1029 Torch Red

📋 copy color: '#FC1029'

red 252 ◦ green 16 ◦ blue 41

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

Shades of Torch Red #FC1029

Tints of Torch Red #FC1029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

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

R = 81.55%
G = 5.18%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC1029 (or 0xFC1029) is known color: Torch Red. HEX triplet: FC, 10 and 29. RGB value is (252,16,41). Sum of RGB (Red+Green+Blue) = 252+16+41=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1029 is #03EFD6. Grayscale: #595959. Windows color (decimal): -258007 or 2691324. OLE color: 2691324.

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

Color convert

RGB 252 16 41 -
CMYK 0 0.94 0.84 0.01
HSL 353.64º 0.98% 0.53% -
HSV(B) 353.64º 0.94% 0.99% -
XYZ 40.73 21.23 4.05 -
YUV 89.41 100.69 243.97 -
System Red Green Blue C M Y K H S L
Decimal 252 16 41 0 0.94 0.84 0.01 353.64 0.98 0.53
Hex FC 10 29 0 5E 54 1 162 62 35
Octal 374 20 51 0 136 124 1 542 142 65
Binary 11111100 10000 101001 0 1011110 1010100 1 101100010 1100010 110101

Color Harmonies of #FC1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1029

Black with #FC1029

Text Example


Text Example

White with #FC1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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