Html Css Color HEX #FC1522 Torch Red

📋 copy color: '#FC1522'

red 252 ◦ green 21 ◦ blue 34

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

Shades of Torch Red #FC1522

Tints of Torch Red #FC1522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

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

R = 82.08%
G = 6.84%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC1522 (or 0xFC1522) is known color: Torch Red. HEX triplet: FC, 15 and 22. RGB value is (252,21,34). Sum of RGB (Red+Green+Blue) = 252+21+34=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1522 is #03EADD. Grayscale: #5B5B5B. Windows color (decimal): -256734 or 2233852. OLE color: 2233852.

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

Color convert

RGB 252 21 34 -
CMYK 0 0.92 0.87 0.01
HSL 356.62º 0.97% 0.54% -
HSV(B) 356.62º 0.92% 0.99% -
XYZ 40.7 21.35 3.49 -
YUV 91.55 95.53 242.44 -
System Red Green Blue C M Y K H S L
Decimal 252 21 34 0 0.92 0.87 0.01 356.62 0.97 0.54
Hex FC 15 22 0 5C 57 1 165 61 36
Octal 374 25 42 0 134 127 1 545 141 66
Binary 11111100 10101 100010 0 1011100 1010111 1 101100101 1100001 110110

Color Harmonies of #FC1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1522

Black with #FC1522

Text Example


Text Example

White with #FC1522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1522; }

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

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

background-color css

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

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

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

border-color css

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

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

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