Html Css Color HEX #FC153B Torch Red

📋 copy color: '#FC153B'

red 252 ◦ green 21 ◦ blue 59

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

Shades of Torch Red #FC153B

Tints of Torch Red #FC153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

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

R = 75.9%
G = 6.33%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC153B (or 0xFC153B) is known color: Torch Red. HEX triplet: FC, 15 and 3B. RGB value is (252,21,59). Sum of RGB (Red+Green+Blue) = 252+21+59=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC153B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC153B is #03EAC4. Grayscale: #5E5E5E. Windows color (decimal): -256709 or 3872252. OLE color: 3872252.

HSL color Cylindrical-coordinate representation of color #FC153B: hue angle of 350.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC153B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 21 59 -
CMYK 0 0.92 0.77 0.01
HSL 350.13º 0.97% 0.54% -
HSV(B) 350.13º 0.92% 0.99% -
XYZ 41.2 21.55 6.13 -
YUV 94.4 108.03 240.41 -
System Red Green Blue C M Y K H S L
Decimal 252 21 59 0 0.92 0.77 0.01 350.13 0.97 0.54
Hex FC 15 3B 0 5C 4D 1 15E 61 36
Octal 374 25 73 0 134 115 1 536 141 66
Binary 11111100 10101 111011 0 1011100 1001101 1 101011110 1100001 110110

Color Harmonies of #FC153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC153B

Black with #FC153B

Text Example


Text Example

White with #FC153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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