Html Css Color HEX #FC1628 Torch Red

📋 copy color: '#FC1628'

red 252 ◦ green 22 ◦ blue 40

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

Shades of Torch Red #FC1628

Tints of Torch Red #FC1628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.01%

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

R = 80.25%
G = 7.01%
B = 12.74%

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

#FC1628 (or 0xFC1628) is known color: Torch Red. HEX triplet: FC, 16 and 28. RGB value is (252,22,40). Sum of RGB (Red+Green+Blue) = 252+22+40=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1628 is #03E9D7. Grayscale: #5C5C5C. Windows color (decimal): -256472 or 2627324. OLE color: 2627324.

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

Color convert

RGB 252 22 40 -
CMYK 0 0.91 0.84 0.01
HSL 355.3º 0.97% 0.54% -
HSV(B) 355.3º 0.91% 0.99% -
XYZ 40.81 21.42 3.99 -
YUV 92.82 98.2 241.54 -
System Red Green Blue C M Y K H S L
Decimal 252 22 40 0 0.91 0.84 0.01 355.3 0.97 0.54
Hex FC 16 28 0 5B 54 1 163 61 36
Octal 374 26 50 0 133 124 1 543 141 66
Binary 11111100 10110 101000 0 1011011 1010100 1 101100011 1100001 110110

Color Harmonies of #FC1628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1628

Black with #FC1628

Text Example


Text Example

White with #FC1628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1628; }

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

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

background-color css

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

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

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

border-color css

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

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

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