Html Css Color HEX #FC1F25 Torch Red

📋 copy color: '#FC1F25'

red 252 ◦ green 31 ◦ blue 37

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

Shades of Torch Red #FC1F25

Tints of Torch Red #FC1F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.69%

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

R = 78.75%
G = 9.69%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC1F25 (or 0xFC1F25) is known color: Torch Red. HEX triplet: FC, 1F and 25. RGB value is (252,31,37). Sum of RGB (Red+Green+Blue) = 252+31+37=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1F25 is #03E0DA. Grayscale: #616161. Windows color (decimal): -254171 or 2433020. OLE color: 2433020.

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

Color convert

RGB 252 31 37 -
CMYK 0 0.88 0.85 0.01
HSL 358.37º 0.97% 0.55% -
HSV(B) 358.37º 0.88% 0.99% -
XYZ 40.97 21.81 3.8 -
YUV 97.76 93.72 238.01 -
System Red Green Blue C M Y K H S L
Decimal 252 31 37 0 0.88 0.85 0.01 358.37 0.97 0.55
Hex FC 1F 25 0 58 55 1 166 61 37
Octal 374 37 45 0 130 125 1 546 141 67
Binary 11111100 11111 100101 0 1011000 1010101 1 101100110 1100001 110111

Color Harmonies of #FC1F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F25

Black with #FC1F25

Text Example


Text Example

White with #FC1F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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