Html Css Color HEX #FC0028 Torch Red

📋 copy color: '#FC0028'

red 252 ◦ green 0 ◦ blue 40

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

Shades of Torch Red #FC0028

Tints of Torch Red #FC0028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.3%
G = 0%
B = 13.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC0028 (or 0xFC0028) is known color: Torch Red. HEX triplet: FC, 00 and 28. RGB value is (252,0,40). Sum of RGB (Red+Green+Blue) = 252+0+40=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0028 is #03FFD7. Grayscale: #505050. Windows color (decimal): -262104 or 2621692. OLE color: 2621692.

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

Color convert

RGB 252 0 40 -
CMYK 0 1 0.84 0.01
HSL 350.48º 1% 0.49% -
HSV(B) 350.48º 1% 0.99% -
XYZ 40.53 20.85 3.9 -
YUV 79.91 105.49 250.75 -
System Red Green Blue C M Y K H S L
Decimal 252 0 40 0 1 0.84 0.01 350.48 1 0.49
Hex FC 0 28 0 64 54 1 15E 64 31
Octal 374 0 50 0 144 124 1 536 144 61
Binary 11111100 0 101000 0 1100100 1010100 1 101011110 1100100 110001

Color Harmonies of #FC0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0028

Black with #FC0028

Text Example


Text Example

White with #FC0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0028; }

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

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

background-color css

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

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

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

border-color css

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

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

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