Html Css Color HEX #FC1428 Torch Red

📋 copy color: '#FC1428'

red 252 ◦ green 20 ◦ blue 40

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

Shades of Torch Red #FC1428

Tints of Torch Red #FC1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

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

R = 80.77%
G = 6.41%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC1428 (or 0xFC1428) is known color: Torch Red. HEX triplet: FC, 14 and 28. RGB value is (252,20,40). Sum of RGB (Red+Green+Blue) = 252+20+40=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1428 is #03EBD7. Grayscale: #5B5B5B. Windows color (decimal): -256984 or 2626812. OLE color: 2626812.

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

Color convert

RGB 252 20 40 -
CMYK 0 0.92 0.84 0.01
HSL 354.83º 0.97% 0.53% -
HSV(B) 354.83º 0.92% 0.99% -
XYZ 40.78 21.35 3.98 -
YUV 91.65 98.86 242.37 -
System Red Green Blue C M Y K H S L
Decimal 252 20 40 0 0.92 0.84 0.01 354.83 0.97 0.53
Hex FC 14 28 0 5C 54 1 163 61 35
Octal 374 24 50 0 134 124 1 543 141 65
Binary 11111100 10100 101000 0 1011100 1010100 1 101100011 1100001 110101

Color Harmonies of #FC1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1428

Black with #FC1428

Text Example


Text Example

White with #FC1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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