Html Css Color HEX #FC0122 Torch Red

📋 copy color: '#FC0122'

red 252 ◦ green 1 ◦ blue 34

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

Shades of Torch Red #FC0122

Tints of Torch Red #FC0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 87.8%
G = 0.35%
B = 11.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC0122 (or 0xFC0122) is known color: Torch Red. HEX triplet: FC, 01 and 22. RGB value is (252,1,34). Sum of RGB (Red+Green+Blue) = 252+1+34=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0122 is #03FEDD. Grayscale: #4F4F4F. Windows color (decimal): -261854 or 2228732. OLE color: 2228732.

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

Color convert

RGB 252 1 34 -
CMYK 0 1.00 0.87 0.01
HSL 352.11º 0.99% 0.5% -
HSV(B) 352.11º 1% 0.99% -
XYZ 40.44 20.83 3.4 -
YUV 79.81 102.16 250.82 -
System Red Green Blue C M Y K H S L
Decimal 252 1 34 0 1.00 0.87 0.01 352.11 0.99 0.5
Hex FC 1 22 0 64 57 1 160 63 32
Octal 374 1 42 0 144 127 1 540 143 62
Binary 11111100 1 100010 0 1100100 1010111 1 101100000 1100011 110010

Color Harmonies of #FC0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0122

Black with #FC0122

Text Example


Text Example

White with #FC0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0122; }

 p { color: rgb(252,1,34); }

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

background-color css

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

 a { background-color: rgb(252,1,34); }

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

border-color css

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

 span { border-color: rgb(252,1,34); }

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