Html Css Color HEX #FC153D Torch Red

📋 copy color: '#FC153D'

red 252 ◦ green 21 ◦ blue 61

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

Shades of Torch Red #FC153D

Tints of Torch Red #FC153D

RGB

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

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

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

R = 75.45%
G = 6.29%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC153D (or 0xFC153D) is known color: Torch Red. HEX triplet: FC, 15 and 3D. RGB value is (252,21,61). Sum of RGB (Red+Green+Blue) = 252+21+61=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC153D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC153D is #03EAC2. Grayscale: #5E5E5E. Windows color (decimal): -256707 or 4003324. OLE color: 4003324.

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

Color convert

RGB 252 21 61 -
CMYK 0 0.92 0.76 0.01
HSL 349.61º 0.97% 0.54% -
HSV(B) 349.61º 0.92% 0.99% -
XYZ 41.26 21.57 6.4 -
YUV 94.63 109.03 240.25 -
System Red Green Blue C M Y K H S L
Decimal 252 21 61 0 0.92 0.76 0.01 349.61 0.97 0.54
Hex FC 15 3D 0 5C 4C 1 15E 61 36
Octal 374 25 75 0 134 114 1 536 141 66
Binary 11111100 10101 111101 0 1011100 1001100 1 101011110 1100001 110110

Color Harmonies of #FC153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC153D

Black with #FC153D

Text Example


Text Example

White with #FC153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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