Html Css Color HEX #FC123B Torch Red

📋 copy color: '#FC123B'

red 252 ◦ green 18 ◦ blue 59

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

Shades of Torch Red #FC123B

Tints of Torch Red #FC123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 76.6%
G = 5.47%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC123B (or 0xFC123B) is known color: Torch Red. HEX triplet: FC, 12 and 3B. RGB value is (252,18,59). Sum of RGB (Red+Green+Blue) = 252+18+59=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC123B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC123B is #03EDC4. Grayscale: #5C5C5C. Windows color (decimal): -257477 or 3871484. OLE color: 3871484.

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

Color convert

RGB 252 18 59 -
CMYK 0 0.93 0.77 0.01
HSL 349.49º 0.98% 0.53% -
HSV(B) 349.49º 0.93% 0.99% -
XYZ 41.15 21.44 6.11 -
YUV 92.64 109.02 241.67 -
System Red Green Blue C M Y K H S L
Decimal 252 18 59 0 0.93 0.77 0.01 349.49 0.98 0.53
Hex FC 12 3B 0 5D 4D 1 15D 62 35
Octal 374 22 73 0 135 115 1 535 142 65
Binary 11111100 10010 111011 0 1011101 1001101 1 101011101 1100010 110101

Color Harmonies of #FC123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC123B

Black with #FC123B

Text Example


Text Example

White with #FC123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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