Html Css Color HEX #FC2529 Torch Red

📋 copy color: '#FC2529'

red 252 ◦ green 37 ◦ blue 41

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

Shades of Torch Red #FC2529

Tints of Torch Red #FC2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 76.36%
G = 11.21%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC2529 (or 0xFC2529) is known color: Torch Red. HEX triplet: FC, 25 and 29. RGB value is (252,37,41). Sum of RGB (Red+Green+Blue) = 252+37+41=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2529 is #03DAD6. Grayscale: #656565. Windows color (decimal): -252631 or 2696700. OLE color: 2696700.

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

Color convert

RGB 252 37 41 -
CMYK 0 0.85 0.84 0.01
HSL 358.88º 0.97% 0.57% -
HSV(B) 358.88º 0.85% 0.99% -
XYZ 41.21 22.18 4.21 -
YUV 101.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 252 37 41 0 0.85 0.84 0.01 358.88 0.97 0.57
Hex FC 25 29 0 55 54 1 167 61 39
Octal 374 45 51 0 125 124 1 547 141 71
Binary 11111100 100101 101001 0 1010101 1010100 1 101100111 1100001 111001

Color Harmonies of #FC2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2529

Black with #FC2529

Text Example


Text Example

White with #FC2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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