Html Css Color HEX #FC0733 Torch Red

📋 copy color: '#FC0733'

red 252 ◦ green 7 ◦ blue 51

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

Shades of Torch Red #FC0733

Tints of Torch Red #FC0733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 81.29%
G = 2.26%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC0733 (or 0xFC0733) is known color: Torch Red. HEX triplet: FC, 07 and 33. RGB value is (252,7,51). Sum of RGB (Red+Green+Blue) = 252+7+51=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0733 is #03F8CC. Grayscale: #555555. Windows color (decimal): -260301 or 3344380. OLE color: 3344380.

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

Color convert

RGB 252 7 51 -
CMYK 0 0.97 0.80 0.01
HSL 349.22º 0.98% 0.51% -
HSV(B) 349.22º 0.97% 0.99% -
XYZ 40.82 21.09 5.05 -
YUV 85.27 108.67 246.92 -
System Red Green Blue C M Y K H S L
Decimal 252 7 51 0 0.97 0.80 0.01 349.22 0.98 0.51
Hex FC 7 33 0 61 50 1 15D 62 33
Octal 374 7 63 0 141 120 1 535 142 63
Binary 11111100 111 110011 0 1100001 1010000 1 101011101 1100010 110011

Color Harmonies of #FC0733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0733

Black with #FC0733

Text Example


Text Example

White with #FC0733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0733; }

 p { color: rgb(252,7,51); }

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

background-color css

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

 a { background-color: rgb(252,7,51); }

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

border-color css

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

 span { border-color: rgb(252,7,51); }

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