Html Css Color HEX #FC181B Torch Red

📋 copy color: '#FC181B'

red 252 ◦ green 24 ◦ blue 27

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

Shades of Torch Red #FC181B

Tints of Torch Red #FC181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

 BLUE value IS 27 (10.94% from 255) = 8.91%

R = 83.17%
G = 7.92%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC181B (or 0xFC181B) is known color: Torch Red. HEX triplet: FC, 18 and 1B. RGB value is (252,24,27). Sum of RGB (Red+Green+Blue) = 252+24+27=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC181B is #03E7E4. Grayscale: #5C5C5C. Windows color (decimal): -255973 or 1775868. OLE color: 1775868.

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

Color convert

RGB 252 24 27 -
CMYK 0 0.90 0.89 0.01
HSL 359.21º 0.97% 0.54% -
HSV(B) 359.21º 0.9% 0.99% -
XYZ 40.67 21.43 3.03 -
YUV 92.51 91.04 241.76 -
System Red Green Blue C M Y K H S L
Decimal 252 24 27 0 0.90 0.89 0.01 359.21 0.97 0.54
Hex FC 18 1B 0 5A 59 1 167 61 36
Octal 374 30 33 0 132 131 1 547 141 66
Binary 11111100 11000 11011 0 1011010 1011001 1 101100111 1100001 110110

Color Harmonies of #FC181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC181B

Black with #FC181B

Text Example


Text Example

White with #FC181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC181B; }

 p { color: rgb(252,24,27); }

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

background-color css

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

 a { background-color: rgb(252,24,27); }

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

border-color css

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

 span { border-color: rgb(252,24,27); }

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