Html Css Color HEX #FC021C Torch Red

📋 copy color: '#FC021C'

red 252 ◦ green 2 ◦ blue 28

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

Shades of Torch Red #FC021C

Tints of Torch Red #FC021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 89.36%
G = 0.71%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC021C (or 0xFC021C) is known color: Torch Red. HEX triplet: FC, 02 and 1C. RGB value is (252,2,28). Sum of RGB (Red+Green+Blue) = 252+2+28=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC021C is #03FDE3. Grayscale: #4F4F4F. Windows color (decimal): -261604 or 1835772. OLE color: 1835772.

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

Color convert

RGB 252 2 28 -
CMYK 0 0.99 0.89 0.01
HSL 353.76º 0.98% 0.5% -
HSV(B) 353.76º 0.99% 0.99% -
XYZ 40.38 20.82 2.99 -
YUV 79.71 98.83 250.89 -
System Red Green Blue C M Y K H S L
Decimal 252 2 28 0 0.99 0.89 0.01 353.76 0.98 0.5
Hex FC 2 1C 0 63 59 1 162 62 32
Octal 374 2 34 0 143 131 1 542 142 62
Binary 11111100 10 11100 0 1100011 1011001 1 101100010 1100010 110010

Color Harmonies of #FC021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC021C

Black with #FC021C

Text Example


Text Example

White with #FC021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC021C; }

 p { color: rgb(252,2,28); }

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

background-color css

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

 a { background-color: rgb(252,2,28); }

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

border-color css

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

 span { border-color: rgb(252,2,28); }

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