Html Css Color HEX #FC0421 Torch Red

📋 copy color: '#FC0421'

red 252 ◦ green 4 ◦ blue 33

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

Shades of Torch Red #FC0421

Tints of Torch Red #FC0421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 87.2%
G = 1.38%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC0421 (or 0xFC0421) is known color: Torch Red. HEX triplet: FC, 04 and 21. RGB value is (252,4,33). Sum of RGB (Red+Green+Blue) = 252+4+33=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0421 is #03FBDE. Grayscale: #515151. Windows color (decimal): -261087 or 2163964. OLE color: 2163964.

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

Color convert

RGB 252 4 33 -
CMYK 0 0.98 0.87 0.01
HSL 352.98º 0.98% 0.5% -
HSV(B) 352.98º 0.98% 0.99% -
XYZ 40.46 20.89 3.34 -
YUV 81.46 100.66 249.64 -
System Red Green Blue C M Y K H S L
Decimal 252 4 33 0 0.98 0.87 0.01 352.98 0.98 0.5
Hex FC 4 21 0 62 57 1 161 62 32
Octal 374 4 41 0 142 127 1 541 142 62
Binary 11111100 100 100001 0 1100010 1010111 1 101100001 1100010 110010

Color Harmonies of #FC0421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0421

Black with #FC0421

Text Example


Text Example

White with #FC0421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0421; }

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

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

background-color css

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

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

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

border-color css

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

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

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