Html Css Color HEX #FC183A Torch Red

📋 copy color: '#FC183A'

red 252 ◦ green 24 ◦ blue 58

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

Shades of Torch Red #FC183A

Tints of Torch Red #FC183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 75.45%
G = 7.19%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC183A (or 0xFC183A) is known color: Torch Red. HEX triplet: FC, 18 and 3A. RGB value is (252,24,58). Sum of RGB (Red+Green+Blue) = 252+24+58=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC183A is #03E7C5. Grayscale: #606060. Windows color (decimal): -255942 or 3807484. OLE color: 3807484.

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

Color convert

RGB 252 24 58 -
CMYK 0 0.90 0.77 0.01
HSL 351.05º 0.97% 0.54% -
HSV(B) 351.05º 0.9% 0.99% -
XYZ 41.24 21.65 6.01 -
YUV 96.05 106.54 239.24 -
System Red Green Blue C M Y K H S L
Decimal 252 24 58 0 0.90 0.77 0.01 351.05 0.97 0.54
Hex FC 18 3A 0 5A 4D 1 15F 61 36
Octal 374 30 72 0 132 115 1 537 141 66
Binary 11111100 11000 111010 0 1011010 1001101 1 101011111 1100001 110110

Color Harmonies of #FC183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC183A

Black with #FC183A

Text Example


Text Example

White with #FC183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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