Html Css Color HEX #FC1529 Torch Red

📋 copy color: '#FC1529'

red 252 ◦ green 21 ◦ blue 41

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

Shades of Torch Red #FC1529

Tints of Torch Red #FC1529

RGB

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

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

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

R = 80.25%
G = 6.69%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC1529 (or 0xFC1529) is known color: Torch Red. HEX triplet: FC, 15 and 29. RGB value is (252,21,41). Sum of RGB (Red+Green+Blue) = 252+21+41=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1529 is #03EAD6. Grayscale: #5C5C5C. Windows color (decimal): -256727 or 2692604. OLE color: 2692604.

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

Color convert

RGB 252 21 41 -
CMYK 0 0.92 0.84 0.01
HSL 354.81º 0.97% 0.54% -
HSV(B) 354.81º 0.92% 0.99% -
XYZ 40.81 21.39 4.08 -
YUV 92.35 99.03 241.87 -
System Red Green Blue C M Y K H S L
Decimal 252 21 41 0 0.92 0.84 0.01 354.81 0.97 0.54
Hex FC 15 29 0 5C 54 1 163 61 36
Octal 374 25 51 0 134 124 1 543 141 66
Binary 11111100 10101 101001 0 1011100 1010100 1 101100011 1100001 110110

Color Harmonies of #FC1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1529

Black with #FC1529

Text Example


Text Example

White with #FC1529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1529; }

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

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

background-color css

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

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

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

border-color css

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

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

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