Html Css Color HEX #FC1929 Torch Red

📋 copy color: '#FC1929'

red 252 ◦ green 25 ◦ blue 41

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

Shades of Torch Red #FC1929

Tints of Torch Red #FC1929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

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

R = 79.25%
G = 7.86%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC1929 (or 0xFC1929) is known color: Torch Red. HEX triplet: FC, 19 and 29. RGB value is (252,25,41). Sum of RGB (Red+Green+Blue) = 252+25+41=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1929 is #03E6D6. Grayscale: #5E5E5E. Windows color (decimal): -255703 or 2693628. OLE color: 2693628.

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

Color convert

RGB 252 25 41 -
CMYK 0 0.90 0.84 0.01
HSL 355.77º 0.97% 0.54% -
HSV(B) 355.77º 0.9% 0.99% -
XYZ 40.89 21.55 4.1 -
YUV 94.7 97.71 240.2 -
System Red Green Blue C M Y K H S L
Decimal 252 25 41 0 0.90 0.84 0.01 355.77 0.97 0.54
Hex FC 19 29 0 5A 54 1 164 61 36
Octal 374 31 51 0 132 124 1 544 141 66
Binary 11111100 11001 101001 0 1011010 1010100 1 101100100 1100001 110110

Color Harmonies of #FC1929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1929

Black with #FC1929

Text Example


Text Example

White with #FC1929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1929; }

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

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

background-color css

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

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

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

border-color css

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

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

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