Html Css Color HEX #FC0325 Torch Red

📋 copy color: '#FC0325'

red 252 ◦ green 3 ◦ blue 37

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

Shades of Torch Red #FC0325

Tints of Torch Red #FC0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 86.3%
G = 1.03%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC0325 (or 0xFC0325) is known color: Torch Red. HEX triplet: FC, 03 and 25. RGB value is (252,3,37). Sum of RGB (Red+Green+Blue) = 252+3+37=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0325 is #03FCDA. Grayscale: #515151. Windows color (decimal): -261339 or 2425852. OLE color: 2425852.

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

Color convert

RGB 252 3 37 -
CMYK 0 0.99 0.85 0.01
HSL 351.81º 0.98% 0.5% -
HSV(B) 351.81º 0.99% 0.99% -
XYZ 40.51 20.89 3.65 -
YUV 81.33 102.99 249.74 -
System Red Green Blue C M Y K H S L
Decimal 252 3 37 0 0.99 0.85 0.01 351.81 0.98 0.5
Hex FC 3 25 0 63 55 1 160 62 32
Octal 374 3 45 0 143 125 1 540 142 62
Binary 11111100 11 100101 0 1100011 1010101 1 101100000 1100010 110010

Color Harmonies of #FC0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0325

Black with #FC0325

Text Example


Text Example

White with #FC0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0325; }

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

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

background-color css

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

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

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

border-color css

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

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

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