Html Css Color HEX #FC0332 Torch Red

📋 copy color: '#FC0332'

red 252 ◦ green 3 ◦ blue 50

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

Shades of Torch Red #FC0332

Tints of Torch Red #FC0332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 82.62%
G = 0.98%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC0332 (or 0xFC0332) is known color: Torch Red. HEX triplet: FC, 03 and 32. RGB value is (252,3,50). Sum of RGB (Red+Green+Blue) = 252+3+50=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0332 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0332 is #03FCCD. Grayscale: #525252. Windows color (decimal): -261326 or 3277820. OLE color: 3277820.

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

Color convert

RGB 252 3 50 -
CMYK 0 0.99 0.80 0.01
HSL 348.67º 0.98% 0.5% -
HSV(B) 348.67º 0.99% 0.99% -
XYZ 40.75 20.99 4.92 -
YUV 82.81 109.49 248.68 -
System Red Green Blue C M Y K H S L
Decimal 252 3 50 0 0.99 0.80 0.01 348.67 0.98 0.5
Hex FC 3 32 0 63 50 1 15D 62 32
Octal 374 3 62 0 143 120 1 535 142 62
Binary 11111100 11 110010 0 1100011 1010000 1 101011101 1100010 110010

Color Harmonies of #FC0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0332

Black with #FC0332

Text Example


Text Example

White with #FC0332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0332; }

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

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

background-color css

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

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

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

border-color css

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

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

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