Html Css Color HEX #FC1A22 Torch Red

📋 copy color: '#FC1A22'

red 252 ◦ green 26 ◦ blue 34

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

Shades of Torch Red #FC1A22

Tints of Torch Red #FC1A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

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

R = 80.77%
G = 8.33%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1A22 (or 0xFC1A22) is known color: Torch Red. HEX triplet: FC, 1A and 22. RGB value is (252,26,34). Sum of RGB (Red+Green+Blue) = 252+26+34=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A22 is #03E5DD. Grayscale: #5E5E5E. Windows color (decimal): -255454 or 2235132. OLE color: 2235132.

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

Color convert

RGB 252 26 34 -
CMYK 0 0.90 0.87 0.01
HSL 357.88º 0.97% 0.55% -
HSV(B) 357.88º 0.9% 0.99% -
XYZ 40.8 21.55 3.52 -
YUV 94.49 93.87 240.35 -
System Red Green Blue C M Y K H S L
Decimal 252 26 34 0 0.90 0.87 0.01 357.88 0.97 0.55
Hex FC 1A 22 0 5A 57 1 166 61 37
Octal 374 32 42 0 132 127 1 546 141 67
Binary 11111100 11010 100010 0 1011010 1010111 1 101100110 1100001 110111

Color Harmonies of #FC1A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A22

Black with #FC1A22

Text Example


Text Example

White with #FC1A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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