Html Css Color HEX #FC1925 Torch Red

📋 copy color: '#FC1925'

red 252 ◦ green 25 ◦ blue 37

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

Shades of Torch Red #FC1925

Tints of Torch Red #FC1925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

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

R = 80.25%
G = 7.96%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC1925 (or 0xFC1925) is known color: Torch Red. HEX triplet: FC, 19 and 25. RGB value is (252,25,37). Sum of RGB (Red+Green+Blue) = 252+25+37=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1925 is #03E6DA. Grayscale: #5E5E5E. Windows color (decimal): -255707 or 2431484. OLE color: 2431484.

HSL color Cylindrical-coordinate representation of color #FC1925: hue angle of 356.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1925 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 37 -
CMYK 0 0.90 0.85 0.01
HSL 356.83º 0.97% 0.54% -
HSV(B) 356.83º 0.9% 0.99% -
XYZ 40.83 21.52 3.75 -
YUV 94.24 95.71 240.52 -
System Red Green Blue C M Y K H S L
Decimal 252 25 37 0 0.90 0.85 0.01 356.83 0.97 0.54
Hex FC 19 25 0 5A 55 1 165 61 36
Octal 374 31 45 0 132 125 1 545 141 66
Binary 11111100 11001 100101 0 1011010 1010101 1 101100101 1100001 110110

Color Harmonies of #FC1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1925

Black with #FC1925

Text Example


Text Example

White with #FC1925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1925; }

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

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

background-color css

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

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

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

border-color css

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

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

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