Html Css Color HEX #FC0021 Torch Red

📋 copy color: '#FC0021'

red 252 ◦ green 0 ◦ blue 33

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

Shades of Torch Red #FC0021

Tints of Torch Red #FC0021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 88.42%
G = 0%
B = 11.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC0021 (or 0xFC0021) is known color: Torch Red. HEX triplet: FC, 00 and 21. RGB value is (252,0,33). Sum of RGB (Red+Green+Blue) = 252+0+33=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0021 is #03FFDE. Grayscale: #4F4F4F. Windows color (decimal): -262111 or 2162940. OLE color: 2162940.

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

Color convert

RGB 252 0 33 -
CMYK 0 1 0.87 0.01
HSL 352.14º 1% 0.49% -
HSV(B) 352.14º 1% 0.99% -
XYZ 40.42 20.81 3.32 -
YUV 79.11 101.99 251.32 -
System Red Green Blue C M Y K H S L
Decimal 252 0 33 0 1 0.87 0.01 352.14 1 0.49
Hex FC 0 21 0 64 57 1 160 64 31
Octal 374 0 41 0 144 127 1 540 144 61
Binary 11111100 0 100001 0 1100100 1010111 1 101100000 1100100 110001

Color Harmonies of #FC0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0021

Black with #FC0021

Text Example


Text Example

White with #FC0021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0021; }

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

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

background-color css

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

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

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

border-color css

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

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

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