Html Css Color HEX #FC123D Torch Red

📋 copy color: '#FC123D'

red 252 ◦ green 18 ◦ blue 61

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

Shades of Torch Red #FC123D

Tints of Torch Red #FC123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 76.13%
G = 5.44%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC123D (or 0xFC123D) is known color: Torch Red. HEX triplet: FC, 12 and 3D. RGB value is (252,18,61). Sum of RGB (Red+Green+Blue) = 252+18+61=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC123D is #03EDC2. Grayscale: #5C5C5C. Windows color (decimal): -257475 or 4002556. OLE color: 4002556.

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

Color convert

RGB 252 18 61 -
CMYK 0 0.93 0.76 0.01
HSL 348.97º 0.98% 0.53% -
HSV(B) 348.97º 0.93% 0.99% -
XYZ 41.2 21.46 6.39 -
YUV 92.87 110.02 241.5 -
System Red Green Blue C M Y K H S L
Decimal 252 18 61 0 0.93 0.76 0.01 348.97 0.98 0.53
Hex FC 12 3D 0 5D 4C 1 15D 62 35
Octal 374 22 75 0 135 114 1 535 142 65
Binary 11111100 10010 111101 0 1011101 1001100 1 101011101 1100010 110101

Color Harmonies of #FC123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC123D

Black with #FC123D

Text Example


Text Example

White with #FC123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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