Html Css Color HEX #FC152B Torch Red

📋 copy color: '#FC152B'

red 252 ◦ green 21 ◦ blue 43

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

Shades of Torch Red #FC152B

Tints of Torch Red #FC152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 79.75%
G = 6.65%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC152B (or 0xFC152B) is known color: Torch Red. HEX triplet: FC, 15 and 2B. RGB value is (252,21,43). Sum of RGB (Red+Green+Blue) = 252+21+43=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC152B is #03EAD4. Grayscale: #5C5C5C. Windows color (decimal): -256725 or 2823676. OLE color: 2823676.

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

Color convert

RGB 252 21 43 -
CMYK 0 0.92 0.83 0.01
HSL 354.29º 0.97% 0.54% -
HSV(B) 354.29º 0.92% 0.99% -
XYZ 40.85 21.41 4.26 -
YUV 92.58 100.03 241.71 -
System Red Green Blue C M Y K H S L
Decimal 252 21 43 0 0.92 0.83 0.01 354.29 0.97 0.54
Hex FC 15 2B 0 5C 53 1 162 61 36
Octal 374 25 53 0 134 123 1 542 141 66
Binary 11111100 10101 101011 0 1011100 1010011 1 101100010 1100001 110110

Color Harmonies of #FC152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC152B

Black with #FC152B

Text Example


Text Example

White with #FC152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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