Html Css Color HEX #FC1D33 Torch Red

📋 copy color: '#FC1D33'

red 252 ◦ green 29 ◦ blue 51

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

Shades of Torch Red #FC1D33

Tints of Torch Red #FC1D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.36%

R = 75.9%
G = 8.73%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC1D33 (or 0xFC1D33) is known color: Torch Red. HEX triplet: FC, 1D and 33. RGB value is (252,29,51). Sum of RGB (Red+Green+Blue) = 252+29+51=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D33 is #03E2CC. Grayscale: #626262. Windows color (decimal): -254669 or 3350012. OLE color: 3350012.

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

Color convert

RGB 252 29 51 -
CMYK 0 0.88 0.80 0.01
HSL 354.08º 0.97% 0.55% -
HSV(B) 354.08º 0.88% 0.99% -
XYZ 41.18 21.81 5.17 -
YUV 98.19 101.38 237.71 -
System Red Green Blue C M Y K H S L
Decimal 252 29 51 0 0.88 0.80 0.01 354.08 0.97 0.55
Hex FC 1D 33 0 58 50 1 162 61 37
Octal 374 35 63 0 130 120 1 542 141 67
Binary 11111100 11101 110011 0 1011000 1010000 1 101100010 1100001 110111

Color Harmonies of #FC1D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D33

Black with #FC1D33

Text Example


Text Example

White with #FC1D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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