Html Css Color HEX #FC131A Torch Red

📋 copy color: '#FC131A'

red 252 ◦ green 19 ◦ blue 26

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

Shades of Torch Red #FC131A

Tints of Torch Red #FC131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 84.85%
G = 6.4%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC131A (or 0xFC131A) is known color: Torch Red. HEX triplet: FC, 13 and 1A. RGB value is (252,19,26). Sum of RGB (Red+Green+Blue) = 252+19+26=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC131A is #03ECE5. Grayscale: #595959. Windows color (decimal): -257254 or 1709052. OLE color: 1709052.

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

Color convert

RGB 252 19 26 -
CMYK 0 0.92 0.90 0.01
HSL 358.2º 0.97% 0.53% -
HSV(B) 358.2º 0.92% 0.99% -
XYZ 40.56 21.24 2.94 -
YUV 89.47 92.19 243.93 -
System Red Green Blue C M Y K H S L
Decimal 252 19 26 0 0.92 0.90 0.01 358.2 0.97 0.53
Hex FC 13 1A 0 5C 5A 1 166 61 35
Octal 374 23 32 0 134 132 1 546 141 65
Binary 11111100 10011 11010 0 1011100 1011010 1 101100110 1100001 110101

Color Harmonies of #FC131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC131A

Black with #FC131A

Text Example


Text Example

White with #FC131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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