Html Css Color HEX #FC222A Torch Red

📋 copy color: '#FC222A'

red 252 ◦ green 34 ◦ blue 42

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

Shades of Torch Red #FC222A

Tints of Torch Red #FC222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 76.83%
G = 10.37%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC222A (or 0xFC222A) is known color: Torch Red. HEX triplet: FC, 22 and 2A. RGB value is (252,34,42). Sum of RGB (Red+Green+Blue) = 252+34+42=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC222A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC222A is #03DDD5. Grayscale: #646464. Windows color (decimal): -253398 or 2761468. OLE color: 2761468.

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

Color convert

RGB 252 34 42 -
CMYK 0 0.87 0.83 0.01
HSL 357.8º 0.97% 0.56% -
HSV(B) 357.8º 0.87% 0.99% -
XYZ 41.13 22.01 4.27 -
YUV 100.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 252 34 42 0 0.87 0.83 0.01 357.8 0.97 0.56
Hex FC 22 2A 0 57 53 1 166 61 38
Octal 374 42 52 0 127 123 1 546 141 70
Binary 11111100 100010 101010 0 1010111 1010011 1 101100110 1100001 111000

Color Harmonies of #FC222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC222A

Black with #FC222A

Text Example


Text Example

White with #FC222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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