Html Css Color HEX #FC1D43 Torch Red

📋 copy color: '#FC1D43'

red 252 ◦ green 29 ◦ blue 67

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

Shades of Torch Red #FC1D43

Tints of Torch Red #FC1D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 72.41%
G = 8.33%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC1D43 (or 0xFC1D43) is known color: Torch Red. HEX triplet: FC, 1D and 43. RGB value is (252,29,67). Sum of RGB (Red+Green+Blue) = 252+29+67=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D43 is #03E2BC. Grayscale: #646464. Windows color (decimal): -254653 or 4398588. OLE color: 4398588.

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

Color convert

RGB 252 29 67 -
CMYK 0 0.88 0.73 0.01
HSL 349.78º 0.97% 0.55% -
HSV(B) 349.78º 0.88% 0.99% -
XYZ 41.6 21.98 7.36 -
YUV 100.01 109.38 236.41 -
System Red Green Blue C M Y K H S L
Decimal 252 29 67 0 0.88 0.73 0.01 349.78 0.97 0.55
Hex FC 1D 43 0 58 49 1 15E 61 37
Octal 374 35 103 0 130 111 1 536 141 67
Binary 11111100 11101 1000011 0 1011000 1001001 1 101011110 1100001 110111

Color Harmonies of #FC1D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D43

Black with #FC1D43

Text Example


Text Example

White with #FC1D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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