Html Css Color HEX #FC1828 Torch Red

📋 copy color: '#FC1828'

red 252 ◦ green 24 ◦ blue 40

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

Shades of Torch Red #FC1828

Tints of Torch Red #FC1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

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

R = 79.75%
G = 7.59%
B = 12.66%

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

#FC1828 (or 0xFC1828) is known color: Torch Red. HEX triplet: FC, 18 and 28. RGB value is (252,24,40). Sum of RGB (Red+Green+Blue) = 252+24+40=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1828 is #03E7D7. Grayscale: #5E5E5E. Windows color (decimal): -255960 or 2627836. OLE color: 2627836.

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

Color convert

RGB 252 24 40 -
CMYK 0 0.90 0.84 0.01
HSL 355.79º 0.97% 0.54% -
HSV(B) 355.79º 0.9% 0.99% -
XYZ 40.85 21.5 4 -
YUV 94 97.54 240.7 -
System Red Green Blue C M Y K H S L
Decimal 252 24 40 0 0.90 0.84 0.01 355.79 0.97 0.54
Hex FC 18 28 0 5A 54 1 164 61 36
Octal 374 30 50 0 132 124 1 544 141 66
Binary 11111100 11000 101000 0 1011010 1010100 1 101100100 1100001 110110

Color Harmonies of #FC1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1828

Black with #FC1828

Text Example


Text Example

White with #FC1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1828; }

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

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

background-color css

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

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

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

border-color css

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

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

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