Html Css Color HEX #FC0214 Torch Red

📋 copy color: '#FC0214'

red 252 ◦ green 2 ◦ blue 20

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

Shades of Torch Red #FC0214

Tints of Torch Red #FC0214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 91.97%
G = 0.73%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC0214 (or 0xFC0214) is known color: Torch Red. HEX triplet: FC, 02 and 14. RGB value is (252,2,20). Sum of RGB (Red+Green+Blue) = 252+2+20=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0214 is #03FDEB. Grayscale: #4E4E4E. Windows color (decimal): -261612 or 1311484. OLE color: 1311484.

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

Color convert

RGB 252 2 20 -
CMYK 0 0.99 0.92 0.01
HSL 355.68º 0.98% 0.5% -
HSV(B) 355.68º 0.99% 0.99% -
XYZ 40.29 20.79 2.55 -
YUV 78.8 94.83 251.54 -
System Red Green Blue C M Y K H S L
Decimal 252 2 20 0 0.99 0.92 0.01 355.68 0.98 0.5
Hex FC 2 14 0 63 5C 1 164 62 32
Octal 374 2 24 0 143 134 1 544 142 62
Binary 11111100 10 10100 0 1100011 1011100 1 101100100 1100010 110010

Color Harmonies of #FC0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0214

Black with #FC0214

Text Example


Text Example

White with #FC0214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0214; }

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

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

background-color css

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

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

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

border-color css

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

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

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