Html Css Color HEX #FC1224 Torch Red

📋 copy color: '#FC1224'

red 252 ◦ green 18 ◦ blue 36

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

Shades of Torch Red #FC1224

Tints of Torch Red #FC1224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.88%

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

R = 82.35%
G = 5.88%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC1224 (or 0xFC1224) is known color: Torch Red. HEX triplet: FC, 12 and 24. RGB value is (252,18,36). Sum of RGB (Red+Green+Blue) = 252+18+36=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1224 is #03EDDB. Grayscale: #5A5A5A. Windows color (decimal): -257500 or 2364156. OLE color: 2364156.

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

Color convert

RGB 252 18 36 -
CMYK 0 0.93 0.86 0.01
HSL 355.38º 0.98% 0.53% -
HSV(B) 355.38º 0.93% 0.99% -
XYZ 40.68 21.26 3.63 -
YUV 90.02 97.52 243.54 -
System Red Green Blue C M Y K H S L
Decimal 252 18 36 0 0.93 0.86 0.01 355.38 0.98 0.53
Hex FC 12 24 0 5D 56 1 163 62 35
Octal 374 22 44 0 135 126 1 543 142 65
Binary 11111100 10010 100100 0 1011101 1010110 1 101100011 1100010 110101

Color Harmonies of #FC1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1224

Black with #FC1224

Text Example


Text Example

White with #FC1224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1224; }

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

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

background-color css

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

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

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

border-color css

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

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

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