Html Css Color HEX #FC1322 Torch Red

📋 copy color: '#FC1322'

red 252 ◦ green 19 ◦ blue 34

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

Shades of Torch Red #FC1322

Tints of Torch Red #FC1322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

 BLUE value IS 34 (13.67% from 255) = 11.15%

R = 82.62%
G = 6.23%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1322 (or 0xFC1322) is known color: Torch Red. HEX triplet: FC, 13 and 22. RGB value is (252,19,34). Sum of RGB (Red+Green+Blue) = 252+19+34=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1322 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1322 is #03ECDD. Grayscale: #5A5A5A. Windows color (decimal): -257246 or 2233340. OLE color: 2233340.

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

Color convert

RGB 252 19 34 -
CMYK 0 0.92 0.87 0.01
HSL 356.14º 0.97% 0.53% -
HSV(B) 356.14º 0.92% 0.99% -
XYZ 40.67 21.28 3.48 -
YUV 90.38 96.19 243.28 -
System Red Green Blue C M Y K H S L
Decimal 252 19 34 0 0.92 0.87 0.01 356.14 0.97 0.53
Hex FC 13 22 0 5C 57 1 164 61 35
Octal 374 23 42 0 134 127 1 544 141 65
Binary 11111100 10011 100010 0 1011100 1010111 1 101100100 1100001 110101

Color Harmonies of #FC1322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1322

Black with #FC1322

Text Example


Text Example

White with #FC1322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1322; }

 p { color: rgb(252,19,34); }

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

background-color css

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

 a { background-color: rgb(252,19,34); }

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

border-color css

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

 span { border-color: rgb(252,19,34); }

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