Html Css Color HEX #FC2130 Torch Red

📋 copy color: '#FC2130'

red 252 ◦ green 33 ◦ blue 48

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

Shades of Torch Red #FC2130

Tints of Torch Red #FC2130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

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

R = 75.68%
G = 9.91%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC2130 (or 0xFC2130) is known color: Torch Red. HEX triplet: FC, 21 and 30. RGB value is (252,33,48). Sum of RGB (Red+Green+Blue) = 252+33+48=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2130 is #03DECF. Grayscale: #646464. Windows color (decimal): -253648 or 3154428. OLE color: 3154428.

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

Color convert

RGB 252 33 48 -
CMYK 0 0.87 0.81 0.01
HSL 355.89º 0.97% 0.56% -
HSV(B) 355.89º 0.87% 0.99% -
XYZ 41.22 22 4.87 -
YUV 100.19 98.55 236.28 -
System Red Green Blue C M Y K H S L
Decimal 252 33 48 0 0.87 0.81 0.01 355.89 0.97 0.56
Hex FC 21 30 0 57 51 1 164 61 38
Octal 374 41 60 0 127 121 1 544 141 70
Binary 11111100 100001 110000 0 1010111 1010001 1 101100100 1100001 111000

Color Harmonies of #FC2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2130

Black with #FC2130

Text Example


Text Example

White with #FC2130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2130; }

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

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

background-color css

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

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

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

border-color css

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

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

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