Html Css Color HEX #FC1130 Torch Red

📋 copy color: '#FC1130'

red 252 ◦ green 17 ◦ blue 48

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

Shades of Torch Red #FC1130

Tints of Torch Red #FC1130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 79.5%
G = 5.36%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC1130 (or 0xFC1130) is known color: Torch Red. HEX triplet: FC, 11 and 30. RGB value is (252,17,48). Sum of RGB (Red+Green+Blue) = 252+17+48=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1130 is #03EECF. Grayscale: #5A5A5A. Windows color (decimal): -257744 or 3150332. OLE color: 3150332.

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

Color convert

RGB 252 17 48 -
CMYK 0 0.93 0.81 0.01
HSL 352.09º 0.98% 0.53% -
HSV(B) 352.09º 0.93% 0.99% -
XYZ 40.88 21.31 4.75 -
YUV 90.8 103.86 242.98 -
System Red Green Blue C M Y K H S L
Decimal 252 17 48 0 0.93 0.81 0.01 352.09 0.98 0.53
Hex FC 11 30 0 5D 51 1 160 62 35
Octal 374 21 60 0 135 121 1 540 142 65
Binary 11111100 10001 110000 0 1011101 1010001 1 101100000 1100010 110101

Color Harmonies of #FC1130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1130

Black with #FC1130

Text Example


Text Example

White with #FC1130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1130; }

 p { color: rgb(252,17,48); }

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

background-color css

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

 a { background-color: rgb(252,17,48); }

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

border-color css

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

 span { border-color: rgb(252,17,48); }

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