Html Css Color HEX #FC1A28 Torch Red

📋 copy color: '#FC1A28'

red 252 ◦ green 26 ◦ blue 40

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

Shades of Torch Red #FC1A28

Tints of Torch Red #FC1A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 79.25%
G = 8.18%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC1A28 (or 0xFC1A28) is known color: Torch Red. HEX triplet: FC, 1A and 28. RGB value is (252,26,40). Sum of RGB (Red+Green+Blue) = 252+26+40=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A28 is #03E5D7. Grayscale: #5F5F5F. Windows color (decimal): -255448 or 2628348. OLE color: 2628348.

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

Color convert

RGB 252 26 40 -
CMYK 0 0.90 0.84 0.01
HSL 356.28º 0.97% 0.55% -
HSV(B) 356.28º 0.9% 0.99% -
XYZ 40.9 21.59 4.02 -
YUV 95.17 96.87 239.86 -
System Red Green Blue C M Y K H S L
Decimal 252 26 40 0 0.90 0.84 0.01 356.28 0.97 0.55
Hex FC 1A 28 0 5A 54 1 164 61 37
Octal 374 32 50 0 132 124 1 544 141 67
Binary 11111100 11010 101000 0 1011010 1010100 1 101100100 1100001 110111

Color Harmonies of #FC1A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A28

Black with #FC1A28

Text Example


Text Example

White with #FC1A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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