Html Css Color HEX #FC1A24 Torch Red

📋 copy color: '#FC1A24'

red 252 ◦ green 26 ◦ blue 36

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

Shades of Torch Red #FC1A24

Tints of Torch Red #FC1A24

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.28%

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 80.25%
G = 8.28%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC1A24 (or 0xFC1A24) is known color: Torch Red. HEX triplet: FC, 1A and 24. RGB value is (252,26,36). Sum of RGB (Red+Green+Blue) = 252+26+36=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A24 is #03E5DB. Grayscale: #5E5E5E. Windows color (decimal): -255452 or 2366204. OLE color: 2366204.

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

Color convert

RGB 252 26 36 -
CMYK 0 0.90 0.86 0.01
HSL 357.35º 0.97% 0.55% -
HSV(B) 357.35º 0.9% 0.99% -
XYZ 40.83 21.56 3.68 -
YUV 94.71 94.87 240.19 -
System Red Green Blue C M Y K H S L
Decimal 252 26 36 0 0.90 0.86 0.01 357.35 0.97 0.55
Hex FC 1A 24 0 5A 56 1 165 61 37
Octal 374 32 44 0 132 126 1 545 141 67
Binary 11111100 11010 100100 0 1011010 1010110 1 101100101 1100001 110111

Color Harmonies of #FC1A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A24

Black with #FC1A24

Text Example


Text Example

White with #FC1A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A24; }

 p { color: rgb(252,26,36); }

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

background-color css

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

 a { background-color: rgb(252,26,36); }

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

border-color css

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

 span { border-color: rgb(252,26,36); }

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