Html Css Color HEX #FC134B Torch Red

📋 copy color: '#FC134B'

red 252 ◦ green 19 ◦ blue 75

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

Shades of Torch Red #FC134B

Tints of Torch Red #FC134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 72.83%
G = 5.49%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC134B (or 0xFC134B) is known color: Torch Red. HEX triplet: FC, 13 and 4B. RGB value is (252,19,75). Sum of RGB (Red+Green+Blue) = 252+19+75=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC134B is #03ECB4. Grayscale: #5F5F5F. Windows color (decimal): -257205 or 4920316. OLE color: 4920316.

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

Color convert

RGB 252 19 75 -
CMYK 0 0.92 0.70 0.01
HSL 345.58º 0.97% 0.53% -
HSV(B) 345.58º 0.92% 0.99% -
XYZ 41.65 21.67 8.64 -
YUV 95.05 116.69 239.95 -
System Red Green Blue C M Y K H S L
Decimal 252 19 75 0 0.92 0.70 0.01 345.58 0.97 0.53
Hex FC 13 4B 0 5C 46 1 15A 61 35
Octal 374 23 113 0 134 106 1 532 141 65
Binary 11111100 10011 1001011 0 1011100 1000110 1 101011010 1100001 110101

Color Harmonies of #FC134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC134B

Black with #FC134B

Text Example


Text Example

White with #FC134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC134B; }

 p { color: rgb(252,19,75); }

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

background-color css

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

 a { background-color: rgb(252,19,75); }

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

border-color css

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

 span { border-color: rgb(252,19,75); }

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