Html Css Color HEX #FC1726 Torch Red

📋 copy color: '#FC1726'

red 252 ◦ green 23 ◦ blue 38

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

Shades of Torch Red #FC1726

Tints of Torch Red #FC1726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

 BLUE value IS 38 (15.23% from 255) = 12.14%

R = 80.51%
G = 7.35%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC1726 (or 0xFC1726) is known color: Torch Red. HEX triplet: FC, 17 and 26. RGB value is (252,23,38). Sum of RGB (Red+Green+Blue) = 252+23+38=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1726 is #03E8D9. Grayscale: #5D5D5D. Windows color (decimal): -256218 or 2496508. OLE color: 2496508.

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

Color convert

RGB 252 23 38 -
CMYK 0 0.91 0.85 0.01
HSL 356.07º 0.97% 0.54% -
HSV(B) 356.07º 0.91% 0.99% -
XYZ 40.8 21.45 3.82 -
YUV 93.18 96.87 241.28 -
System Red Green Blue C M Y K H S L
Decimal 252 23 38 0 0.91 0.85 0.01 356.07 0.97 0.54
Hex FC 17 26 0 5B 55 1 164 61 36
Octal 374 27 46 0 133 125 1 544 141 66
Binary 11111100 10111 100110 0 1011011 1010101 1 101100100 1100001 110110

Color Harmonies of #FC1726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1726

Black with #FC1726

Text Example


Text Example

White with #FC1726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1726; }

 p { color: rgb(252,23,38); }

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

background-color css

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

 a { background-color: rgb(252,23,38); }

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

border-color css

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

 span { border-color: rgb(252,23,38); }

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