Html Css Color HEX #FC181D Torch Red

📋 copy color: '#FC181D'

red 252 ◦ green 24 ◦ blue 29

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

Shades of Torch Red #FC181D

Tints of Torch Red #FC181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.51%

R = 82.62%
G = 7.87%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC181D (or 0xFC181D) is known color: Torch Red. HEX triplet: FC, 18 and 1D. RGB value is (252,24,29). Sum of RGB (Red+Green+Blue) = 252+24+29=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC181D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC181D is #03E7E2. Grayscale: #5C5C5C. Windows color (decimal): -255971 or 1906940. OLE color: 1906940.

HSL color Cylindrical-coordinate representation of color #FC181D: hue angle of 358.68º 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 #FC181D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 29 -
CMYK 0 0.90 0.88 0.01
HSL 358.68º 0.97% 0.54% -
HSV(B) 358.68º 0.9% 0.99% -
XYZ 40.69 21.44 3.16 -
YUV 92.74 92.04 241.59 -
System Red Green Blue C M Y K H S L
Decimal 252 24 29 0 0.90 0.88 0.01 358.68 0.97 0.54
Hex FC 18 1D 0 5A 58 1 167 61 36
Octal 374 30 35 0 132 130 1 547 141 66
Binary 11111100 11000 11101 0 1011010 1011000 1 101100111 1100001 110110

Color Harmonies of #FC181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC181D

Black with #FC181D

Text Example


Text Example

White with #FC181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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