Html Css Color HEX #FC1D28 Torch Red

📋 copy color: '#FC1D28'

red 252 ◦ green 29 ◦ blue 40

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

Shades of Torch Red #FC1D28

Tints of Torch Red #FC1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 78.5%
G = 9.03%
B = 12.46%

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

#FC1D28 (or 0xFC1D28) is known color: Torch Red. HEX triplet: FC, 1D and 28. RGB value is (252,29,40). Sum of RGB (Red+Green+Blue) = 252+29+40=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D28 is #03E2D7. Grayscale: #616161. Windows color (decimal): -254680 or 2629116. OLE color: 2629116.

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

Color convert

RGB 252 29 40 -
CMYK 0 0.88 0.84 0.01
HSL 357.04º 0.97% 0.55% -
HSV(B) 357.04º 0.88% 0.99% -
XYZ 40.97 21.73 4.04 -
YUV 96.93 95.88 238.61 -
System Red Green Blue C M Y K H S L
Decimal 252 29 40 0 0.88 0.84 0.01 357.04 0.97 0.55
Hex FC 1D 28 0 58 54 1 165 61 37
Octal 374 35 50 0 130 124 1 545 141 67
Binary 11111100 11101 101000 0 1011000 1010100 1 101100101 1100001 110111

Color Harmonies of #FC1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D28

Black with #FC1D28

Text Example


Text Example

White with #FC1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D28; }

 p { color: rgb(252,29,40); }

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

background-color css

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

 a { background-color: rgb(252,29,40); }

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

border-color css

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

 span { border-color: rgb(252,29,40); }

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