Html Css Color HEX #FC1729 Torch Red

📋 copy color: '#FC1729'

red 252 ◦ green 23 ◦ blue 41

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

Shades of Torch Red #FC1729

Tints of Torch Red #FC1729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.28%

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

R = 79.75%
G = 7.28%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC1729 (or 0xFC1729) is known color: Torch Red. HEX triplet: FC, 17 and 29. RGB value is (252,23,41). Sum of RGB (Red+Green+Blue) = 252+23+41=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1729 is #03E8D6. Grayscale: #5D5D5D. Windows color (decimal): -256215 or 2693116. OLE color: 2693116.

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

Color convert

RGB 252 23 41 -
CMYK 0 0.91 0.84 0.01
HSL 355.28º 0.97% 0.54% -
HSV(B) 355.28º 0.91% 0.99% -
XYZ 40.85 21.47 4.09 -
YUV 93.52 98.37 241.04 -
System Red Green Blue C M Y K H S L
Decimal 252 23 41 0 0.91 0.84 0.01 355.28 0.97 0.54
Hex FC 17 29 0 5B 54 1 163 61 36
Octal 374 27 51 0 133 124 1 543 141 66
Binary 11111100 10111 101001 0 1011011 1010100 1 101100011 1100001 110110

Color Harmonies of #FC1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1729

Black with #FC1729

Text Example


Text Example

White with #FC1729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1729; }

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

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

background-color css

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

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

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

border-color css

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

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

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