Html Css Color HEX #FC1843 Torch Red

📋 copy color: '#FC1843'

red 252 ◦ green 24 ◦ blue 67

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

Shades of Torch Red #FC1843

Tints of Torch Red #FC1843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 73.47%
G = 7%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC1843 (or 0xFC1843) is known color: Torch Red. HEX triplet: FC, 18 and 43. RGB value is (252,24,67). Sum of RGB (Red+Green+Blue) = 252+24+67=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1843 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1843 is #03E7BC. Grayscale: #616161. Windows color (decimal): -255933 or 4397308. OLE color: 4397308.

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

Color convert

RGB 252 24 67 -
CMYK 0 0.90 0.73 0.01
HSL 348.68º 0.97% 0.54% -
HSV(B) 348.68º 0.9% 0.99% -
XYZ 41.48 21.75 7.32 -
YUV 97.07 111.04 238.5 -
System Red Green Blue C M Y K H S L
Decimal 252 24 67 0 0.90 0.73 0.01 348.68 0.97 0.54
Hex FC 18 43 0 5A 49 1 15D 61 36
Octal 374 30 103 0 132 111 1 535 141 66
Binary 11111100 11000 1000011 0 1011010 1001001 1 101011101 1100001 110110

Color Harmonies of #FC1843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1843

Black with #FC1843

Text Example


Text Example

White with #FC1843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1843; }

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

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

background-color css

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

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

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

border-color css

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

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

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