Html Css Color HEX #FC1324 Torch Red

📋 copy color: '#FC1324'

red 252 ◦ green 19 ◦ blue 36

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

Shades of Torch Red #FC1324

Tints of Torch Red #FC1324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 82.08%
G = 6.19%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC1324 (or 0xFC1324) is known color: Torch Red. HEX triplet: FC, 13 and 24. RGB value is (252,19,36). Sum of RGB (Red+Green+Blue) = 252+19+36=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1324 is #03ECDB. Grayscale: #5A5A5A. Windows color (decimal): -257244 or 2364412. OLE color: 2364412.

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

Color convert

RGB 252 19 36 -
CMYK 0 0.92 0.86 0.01
HSL 355.62º 0.97% 0.53% -
HSV(B) 355.62º 0.92% 0.99% -
XYZ 40.7 21.29 3.63 -
YUV 90.61 97.19 243.12 -
System Red Green Blue C M Y K H S L
Decimal 252 19 36 0 0.92 0.86 0.01 355.62 0.97 0.53
Hex FC 13 24 0 5C 56 1 164 61 35
Octal 374 23 44 0 134 126 1 544 141 65
Binary 11111100 10011 100100 0 1011100 1010110 1 101100100 1100001 110101

Color Harmonies of #FC1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1324

Black with #FC1324

Text Example


Text Example

White with #FC1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1324; }

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

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

background-color css

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

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

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

border-color css

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

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

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