Html Css Color HEX #FC0348 Torch Red

📋 copy color: '#FC0348'

red 252 ◦ green 3 ◦ blue 72

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

Shades of Torch Red #FC0348

Tints of Torch Red #FC0348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 77.06%
G = 0.92%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC0348 (or 0xFC0348) is known color: Torch Red. HEX triplet: FC, 03 and 48. RGB value is (252,3,72). Sum of RGB (Red+Green+Blue) = 252+3+72=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0348 is #03FCB7. Grayscale: #555555. Windows color (decimal): -261304 or 4719612. OLE color: 4719612.

HSL color Cylindrical-coordinate representation of color #FC0348: hue angle of 343.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0348 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 3 72 -
CMYK 0 0.99 0.71 0.01
HSL 343.37º 0.98% 0.5% -
HSV(B) 343.37º 0.99% 0.99% -
XYZ 41.35 21.23 8.05 -
YUV 85.32 120.49 246.89 -
System Red Green Blue C M Y K H S L
Decimal 252 3 72 0 0.99 0.71 0.01 343.37 0.98 0.5
Hex FC 3 48 0 63 47 1 157 62 32
Octal 374 3 110 0 143 107 1 527 142 62
Binary 11111100 11 1001000 0 1100011 1000111 1 101010111 1100010 110010

Color Harmonies of #FC0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0348

Black with #FC0348

Text Example


Text Example

White with #FC0348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0348; }

 p { color: rgb(252,3,72); }

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

background-color css

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

 a { background-color: rgb(252,3,72); }

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

border-color css

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

 span { border-color: rgb(252,3,72); }

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