Html Css Color HEX #FC1728 Torch Red

📋 copy color: '#FC1728'

red 252 ◦ green 23 ◦ blue 40

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

Shades of Torch Red #FC1728

Tints of Torch Red #FC1728

RGB

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

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

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

R = 80%
G = 7.3%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC1728 (or 0xFC1728) is known color: Torch Red. HEX triplet: FC, 17 and 28. RGB value is (252,23,40). Sum of RGB (Red+Green+Blue) = 252+23+40=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1728 is #03E8D7. Grayscale: #5D5D5D. Windows color (decimal): -256216 or 2627580. OLE color: 2627580.

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

Color convert

RGB 252 23 40 -
CMYK 0 0.91 0.84 0.01
HSL 355.55º 0.97% 0.54% -
HSV(B) 355.55º 0.91% 0.99% -
XYZ 40.83 21.46 4 -
YUV 93.41 97.87 241.12 -
System Red Green Blue C M Y K H S L
Decimal 252 23 40 0 0.91 0.84 0.01 355.55 0.97 0.54
Hex FC 17 28 0 5B 54 1 164 61 36
Octal 374 27 50 0 133 124 1 544 141 66
Binary 11111100 10111 101000 0 1011011 1010100 1 101100100 1100001 110110

Color Harmonies of #FC1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1728

Black with #FC1728

Text Example


Text Example

White with #FC1728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1728; }

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

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

background-color css

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

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

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

border-color css

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

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

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