Html Css Color HEX #FC1E29 Torch Red

📋 copy color: '#FC1E29'

red 252 ◦ green 30 ◦ blue 41

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

Shades of Torch Red #FC1E29

Tints of Torch Red #FC1E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.29%

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

R = 78.02%
G = 9.29%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC1E29 (or 0xFC1E29) is known color: Torch Red. HEX triplet: FC, 1E and 29. RGB value is (252,30,41). Sum of RGB (Red+Green+Blue) = 252+30+41=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E29 is #03E1D6. Grayscale: #616161. Windows color (decimal): -254423 or 2694908. OLE color: 2694908.

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

Color convert

RGB 252 30 41 -
CMYK 0 0.88 0.84 0.01
HSL 357.03º 0.97% 0.55% -
HSV(B) 357.03º 0.88% 0.99% -
XYZ 41.01 21.78 4.14 -
YUV 97.63 96.05 238.11 -
System Red Green Blue C M Y K H S L
Decimal 252 30 41 0 0.88 0.84 0.01 357.03 0.97 0.55
Hex FC 1E 29 0 58 54 1 165 61 37
Octal 374 36 51 0 130 124 1 545 141 67
Binary 11111100 11110 101001 0 1011000 1010100 1 101100101 1100001 110111

Color Harmonies of #FC1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E29

Black with #FC1E29

Text Example


Text Example

White with #FC1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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