Html Css Color HEX #FC1525 Torch Red

📋 copy color: '#FC1525'

red 252 ◦ green 21 ◦ blue 37

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

Shades of Torch Red #FC1525

Tints of Torch Red #FC1525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.94%

R = 81.29%
G = 6.77%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC1525 (or 0xFC1525) is known color: Torch Red. HEX triplet: FC, 15 and 25. RGB value is (252,21,37). Sum of RGB (Red+Green+Blue) = 252+21+37=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1525 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1525 is #03EADA. Grayscale: #5C5C5C. Windows color (decimal): -256731 or 2430460. OLE color: 2430460.

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

Color convert

RGB 252 21 37 -
CMYK 0 0.92 0.85 0.01
HSL 355.84º 0.97% 0.54% -
HSV(B) 355.84º 0.92% 0.99% -
XYZ 40.75 21.37 3.73 -
YUV 91.89 97.03 242.2 -
System Red Green Blue C M Y K H S L
Decimal 252 21 37 0 0.92 0.85 0.01 355.84 0.97 0.54
Hex FC 15 25 0 5C 55 1 164 61 36
Octal 374 25 45 0 134 125 1 544 141 66
Binary 11111100 10101 100101 0 1011100 1010101 1 101100100 1100001 110110

Color Harmonies of #FC1525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1525

Black with #FC1525

Text Example


Text Example

White with #FC1525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1525; }

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

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

background-color css

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

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

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

border-color css

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

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

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