Html Css Color HEX #FC1638 Torch Red

📋 copy color: '#FC1638'

red 252 ◦ green 22 ◦ blue 56

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

Shades of Torch Red #FC1638

Tints of Torch Red #FC1638

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

 BLUE value IS 56 (22.27% from 255) = 16.97%

R = 76.36%
G = 6.67%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC1638 (or 0xFC1638) is known color: Torch Red. HEX triplet: FC, 16 and 38. RGB value is (252,22,56). Sum of RGB (Red+Green+Blue) = 252+22+56=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1638 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1638 is #03E9C7. Grayscale: #5E5E5E. Windows color (decimal): -256456 or 3675900. OLE color: 3675900.

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

Color convert

RGB 252 22 56 -
CMYK 0 0.91 0.78 0.01
HSL 351.13º 0.97% 0.54% -
HSV(B) 351.13º 0.91% 0.99% -
XYZ 41.15 21.55 5.73 -
YUV 94.65 106.2 240.24 -
System Red Green Blue C M Y K H S L
Decimal 252 22 56 0 0.91 0.78 0.01 351.13 0.97 0.54
Hex FC 16 38 0 5B 4E 1 15F 61 36
Octal 374 26 70 0 133 116 1 537 141 66
Binary 11111100 10110 111000 0 1011011 1001110 1 101011111 1100001 110110

Color Harmonies of #FC1638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1638

Black with #FC1638

Text Example


Text Example

White with #FC1638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1638; }

 p { color: rgb(252,22,56); }

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

background-color css

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

 a { background-color: rgb(252,22,56); }

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

border-color css

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

 span { border-color: rgb(252,22,56); }

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