Html Css Color HEX #FC1123 Torch Red

📋 copy color: '#FC1123'

red 252 ◦ green 17 ◦ blue 35

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

Shades of Torch Red #FC1123

Tints of Torch Red #FC1123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 82.89%
G = 5.59%
B = 11.51%

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

#FC1123 (or 0xFC1123) is known color: Torch Red. HEX triplet: FC, 11 and 23. RGB value is (252,17,35). Sum of RGB (Red+Green+Blue) = 252+17+35=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1123 is #03EEDC. Grayscale: #595959. Windows color (decimal): -257757 or 2298364. OLE color: 2298364.

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

Color convert

RGB 252 17 35 -
CMYK 0 0.93 0.86 0.01
HSL 355.4º 0.98% 0.53% -
HSV(B) 355.4º 0.93% 0.99% -
XYZ 40.65 21.22 3.54 -
YUV 89.32 97.36 244.04 -
System Red Green Blue C M Y K H S L
Decimal 252 17 35 0 0.93 0.86 0.01 355.4 0.98 0.53
Hex FC 11 23 0 5D 56 1 163 62 35
Octal 374 21 43 0 135 126 1 543 142 65
Binary 11111100 10001 100011 0 1011101 1010110 1 101100011 1100010 110101

Color Harmonies of #FC1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1123

Black with #FC1123

Text Example


Text Example

White with #FC1123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1123; }

 p { color: rgb(252,17,35); }

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

background-color css

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

 a { background-color: rgb(252,17,35); }

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

border-color css

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

 span { border-color: rgb(252,17,35); }

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