Html Css Color HEX #FC1A23 Torch Red

📋 copy color: '#FC1A23'

red 252 ◦ green 26 ◦ blue 35

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

Shades of Torch Red #FC1A23

Tints of Torch Red #FC1A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.18%

R = 80.51%
G = 8.31%
B = 11.18%

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

#FC1A23 (or 0xFC1A23) is known color: Torch Red. HEX triplet: FC, 1A and 23. RGB value is (252,26,35). Sum of RGB (Red+Green+Blue) = 252+26+35=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A23 is #03E5DC. Grayscale: #5E5E5E. Windows color (decimal): -255453 or 2300668. OLE color: 2300668.

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

Color convert

RGB 252 26 35 -
CMYK 0 0.90 0.86 0.01
HSL 357.61º 0.97% 0.55% -
HSV(B) 357.61º 0.9% 0.99% -
XYZ 40.82 21.56 3.6 -
YUV 94.6 94.37 240.27 -
System Red Green Blue C M Y K H S L
Decimal 252 26 35 0 0.90 0.86 0.01 357.61 0.97 0.55
Hex FC 1A 23 0 5A 56 1 166 61 37
Octal 374 32 43 0 132 126 1 546 141 67
Binary 11111100 11010 100011 0 1011010 1010110 1 101100110 1100001 110111

Color Harmonies of #FC1A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A23

Black with #FC1A23

Text Example


Text Example

White with #FC1A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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